mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-12-21 09:19:31 +08:00
26 lines
460 B
JSON
26 lines
460 B
JSON
|
[
|
||
|
{
|
||
|
"description": "Check 64-bit addressing (-Ox)",
|
||
|
"id": "addr64x",
|
||
|
"format": "bin",
|
||
|
"source": "addr64x.asm",
|
||
|
"option": "-Ox",
|
||
|
"target": [
|
||
|
{ "output": "addr64x.bin" },
|
||
|
{ "stderr": "addr64x.stderr" }
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"description": "Check 64-bit addressing (-O1)",
|
||
|
"ref": "addr64x",
|
||
|
"option": "-O1",
|
||
|
"update": "false"
|
||
|
},
|
||
|
{
|
||
|
"description": "Check 64-bit addressing (-O0)",
|
||
|
"ref": "addr64x",
|
||
|
"option": "-O0",
|
||
|
"update": "false"
|
||
|
}
|
||
|
]
|