mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-11-27 08:10:07 +08:00
fbd4b32da9
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
23 lines
413 B
JSON
23 lines
413 B
JSON
[
|
|
{
|
|
"description": "Test mov imm intruction (-Ox)",
|
|
"id": "movimm",
|
|
"format": "bin",
|
|
"source": "movimm.asm",
|
|
"option": "-Ox",
|
|
"target": [
|
|
{ "output": "movimm-ox.bin" },
|
|
{ "stderr": "movimm-ox.stderr" }
|
|
]
|
|
},
|
|
{
|
|
"description": "Test mov imm intruction (-O0)",
|
|
"ref": "movimm",
|
|
"option": "-O0",
|
|
"target": [
|
|
{ "output": "movimm-o0.bin" },
|
|
{ "stderr": "movimm-o0.stderr" }
|
|
]
|
|
}
|
|
]
|