repo.or.cz
/
nasm.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
test: Add a test for various 32- and 64-bit relocations
[nasm.git]
/
test
/
relocs.asm
blob
a293f50f3c8d312345a8b60013106f4c08a20f95
1
bits
64
2
extern foo
3
4
mov
eax
,[
foo
]
5
mov
rax
,[
foo
]
6
mov
rax
,[
qword
foo
]
7
8
mov
eax
,
foo
9
mov
rax
,
dword
foo
10
mov
rax
,
qword
foo
11
12
dd
foo
13
dq
foo