mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-12-09 08:51:18 +08:00
7642fefb14
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
19 lines
293 B
JSON
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
|
|
}
|
|
]
|