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