nasm/travis/test/riprel2.json
Cyrill Gorcunov 824d0f00ad test: nasm-t -- Add riprel2
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
2018-11-11 21:43:46 +03:00

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"
}
]