[
	{
		"description": "Check xchg instruction (-Ox)",
		"id": "xchg",
		"format": "bin",
		"source": "xchg.asm",
		"option": "-Ox",
		"target": [
			{ "output": "xchg.bin" }
		]
	},
	{
		"description": "Check xchg instruction (-O0)",
		"ref": "xchg",
		"option": "-O0",
		"update": false
	}
]
