nasm/travis/test/nop.json
2018-11-11 21:43:45 +03:00

13 lines
172 B
JSON

[
{
"description": "Test nop instruction",
"id": "nop",
"format": "bin",
"source": "nop.asm",
"option": "-Ox",
"target": [
{ "output": "nop.bin" }
]
}
]