mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-02-23 17:29:23 +08:00
20 lines
345 B
JSON
20 lines
345 B
JSON
[
|
|
{
|
|
"description": "Test ip relative addressing (-Ox)",
|
|
"id": "riprel",
|
|
"format": "bin",
|
|
"source": "riprel.asm",
|
|
"option": "-Ox",
|
|
"target": [
|
|
{ "output": "riprel.bin" },
|
|
{ "stderr": "riprel.stderr" }
|
|
]
|
|
},
|
|
{
|
|
"description": "Test ip relative addressing (-O0)",
|
|
"ref": "riprel",
|
|
"option": "-O0",
|
|
"update": false
|
|
}
|
|
]
|