[
	{
		"description": "Test vmread instruction",
		"id": "vmread",
		"format": "bin",
		"source": "vmread.asm",
		"target": [
			{ "output": "vmread.bin" }
		]
	},
	{
		"description": "Test errors in vmread instruction",
		"ref": "vmread",
		"option": "-DERROR",
		"target": [
			{ "stderr": "vmread.stderr" }
		],
		"error": "expected"
	}
]
