mirror of
https://github.com/netwide-assembler/nasm
synced 2026-08-26 16:23:04 -04:00
18 lines
319 B
JSON
18 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"
|
|
}
|
|
]
|