mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-03-07 17:46:58 +08:00
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
|
|
}
|
|
]
|