aboutsummaryrefslogtreecommitdiffstats
path: root/travis/test/nop.json
blob: ba1a7699fb5147bd572b275a6b5b239cfb4df361 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[
	{
		"description": "Test nop instruction",
		"id": "nop",
		"format": "bin",
		"source": "nop.asm",
		"option": "-Ox",
		"target": [
			{ "output": "nop.bin" }
		]
	}
]