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
outmacho: Fix the computation of non-external relocation offsets
[nasm.git]
/
test
/
zerobyte.asm
blob
c3a0441ad6932b27785392f0b6d4e332167e9ebe
1
;Testname=test; Arguments=-fbin -ozerobyte.bin; Files=stdout stderr zerobyte.bin
2
bits
64
3
4
mov
eax
,
bar
-
foo
5
6
foo:
7
add
al
,
r10b
8
bar:
9
10
lldt
ax
11
lldt
r8w
12
ltr
[
rax
]
13
sldt
eax
14
sldt
r8d
15
str
eax
16
str
rax
17
str
r8d
18
str
r8
19
verr
ax
20
verr
r8w
21
verw
ax
22
verw
r8w