forked from aniani/nasm
19 lines
285 B
JSON
19 lines
285 B
JSON
[
|
|
{
|
|
"description": "Test 64 bit address (-Ox)",
|
|
"id": "a64",
|
|
"format": "bin",
|
|
"source": "a64.asm",
|
|
"option": "-Ox",
|
|
"target": [
|
|
{ "output": "a64.bin" }
|
|
]
|
|
},
|
|
{
|
|
"description": "Test 64 bit address (-O0)",
|
|
"ref": "a64",
|
|
"option": "-O0",
|
|
"update": "false"
|
|
}
|
|
]
|