[
	{
		"description": "Test ip relative addressing (-Ox)",
		"id": "riprel",
		"format": "bin",
		"source": "riprel.asm",
		"option": "-Ox",
		"target": [
			{ "output": "riprel.bin" },
			{ "stderr": "riprel.stderr" }
		]
	},
	{
		"description": "Test ip relative addressing (-O0)",
		"ref": "riprel",
		"option": "-O0",
		"update": false
	}
]
