[
	{
		"description": "Test mov imm intruction (-Ox)",
		"id": "movimm",
		"format": "bin",
		"source": "movimm.asm",
		"option": "-Ox",
		"target": [
			{ "output": "movimm-ox.bin" },
			{ "stderr": "movimm-ox.stderr" }
		]
	},
	{
		"description": "Test mov imm intruction (-O0)",
		"ref": "movimm",
		"option": "-O0",
		"target": [
			{ "output": "movimm-o0.bin" },
			{ "stderr": "movimm-o0.stderr" }
		]
	}
]
