mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-03-25 18:10:23 +08:00
test: nasm-t -- Add riprel test
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
This commit is contained in:
parent
7bb272d0b5
commit
a78fe684e8
5357
travis/test/riprel.asm
Normal file
5357
travis/test/riprel.asm
Normal file
File diff suppressed because it is too large
Load Diff
BIN
travis/test/riprel.bin.t
Normal file
BIN
travis/test/riprel.bin.t
Normal file
Binary file not shown.
18
travis/test/riprel.json
Normal file
18
travis/test/riprel.json
Normal file
@ -0,0 +1,18 @@
|
||||
[
|
||||
{
|
||||
"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"
|
||||
}
|
||||
]
|
10512
travis/test/riprel.stderr
Normal file
10512
travis/test/riprel.stderr
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user