summaryrefslogtreecommitdiff
path: root/travis/test/a32offs.json
blob: cb8ac1f78b4e108a0e38bb9d7b16cc3457ddce65 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[
	{
		"description": "Check a16/a32 address prefix (-Ox)",
		"id": "a32offs",
		"format": "bin",
		"source": "a32offs.asm",
		"option": "-Ox",
		"target": [
			{ "output": "a32offs.bin" }
		]
	},
	{
		"description": "Check a16/a32 address prefix (-O0)",
		"ref": "a32offs",
		"option": "-O0",
		"update": false
	}
]