nasm/travis/test/andbyte.json

18 lines
278 B
JSON
Raw Normal View History

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