[
	{
		"description": "Test movd/movq",
		"id": "movd64",
		"format": "bin",
		"source": "movd64.asm",
		"option": "-Ox",
		"target": [
			{ "output": "movd64.bin" }
		]
	},
	{
		"description": "Test movd/movq (error)",
		"ref": "movd64",
		"option": "-Ox -DERROR",
		"target": [
			{ "stderr": "movd64.stderr" }
		],
		"error": "expected"
	}
]
