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

19 lines
293 B
JSON

[
{
"description": "Check xchg instruction (-Ox)",
"id": "xchg",
"format": "bin",
"source": "xchg.asm",
"option": "-Ox",
"target": [
{ "output": "xchg.bin" }
]
},
{
"description": "Check xchg instruction (-O0)",
"ref": "xchg",
"option": "-O0",
"update": false
}
]