[
	{
		"description": "Test 16 bit obj format (-Ox)",
		"id": "obj",
		"format": "obj",
		"source": "obj.asm",
		"option": "-Ox",
		"target": [
			{ "output": "obj.o" },
			{ "stderr": "obj.stderr" }
		]
	},
	{
		"description": "Test obj format (-O0)",
		"ref": "obj",
		"option": "-O0",
		"update": false
	}
]
