nasm/travis/test/andbyte.json
Cyrill Gorcunov 0060e40246 test: nasm-t -- Add andbyte test
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
2018-11-11 21:43:45 +03:00

17 lines
278 B
JSON

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