mirror of
https://github.com/netwide-assembler/nasm
synced 2026-08-26 16:23:04 -04:00
test: nasm-t -- Add riprel test
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
This commit is contained in:
parent
7bb272d0b5
commit
a78fe684e8
4 changed files with 15887 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue