[
	{
		"description": "Test imm64 operations (-Ox)",
		"id": "imm64",
		"format": "bin",
		"source": "imm64.asm",
		"option": "-Ox",
		"target": [
			{ "output": "imm64-ox.bin" },
			{ "stderr": "imm64-ox.stderr" }
		]
	},
	{
		"description": "Test imm64 operations (-O1)",
		"ref": "imm64",
		"option": "-O1",
		"target": [
			{ "output": "imm64-o1.bin" },
			{ "stderr": "imm64-o1.stderr" }
		]
	},
	{
		"description": "Test imm64 operations (-O0)",
		"ref": "imm64",
		"option": "-O0",
		"target": [
			{ "output": "imm64-o0.bin" },
			{ "stderr": "imm64-o0.stderr" }
		]
	}
]
