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