nasm/travis/test/a32offs.json

19 lines
317 B
JSON
Raw Normal View History

[
{
"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
}
]