mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-12-09 08:51:18 +08:00
824d0f00ad
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
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"
|
|
}
|
|
]
|