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
Add more 64-bit jump tests
[nasm.git]
/
test
/
zerobyte.asm
blob
676ea65766e45a6b0c027049c55634fcaadbf0c1
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
23
24
fmaddps xmm0
,
xmm0
,
xmm0
,
xmm0
25
fmaddps xmm8
,
xmm8
,
xmm8
,
xmm8