mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-01-06 16:04:43 +08:00
32 lines
580 B
JSON
32 lines
580 B
JSON
|
[
|
||
|
{
|
||
|
"description": "Test imm64 operations (-Ox)",
|
||
|
"id": "imm64",
|
||
|
"format": "bin",
|
||
|
"source": "imm64.asm",
|
||
|
"option": "-Ox",
|
||
|
"target": [
|
||
|
{ "output": "imm64-ox.bin" },
|
||
|
{ "stderr": "imm64-ox.stderr" }
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"description": "Test imm64 operations (-O1)",
|
||
|
"ref": "imm64",
|
||
|
"option": "-O1",
|
||
|
"target": [
|
||
|
{ "output": "imm64-o1.bin" },
|
||
|
{ "stderr": "imm64-o1.stderr" }
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"description": "Test imm64 operations (-O0)",
|
||
|
"ref": "imm64",
|
||
|
"option": "-O0",
|
||
|
"target": [
|
||
|
{ "output": "imm64-o0.bin" },
|
||
|
{ "stderr": "imm64-o0.stderr" }
|
||
|
]
|
||
|
}
|
||
|
]
|