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
Merge branch 'master' into new-preproc
[nasm.git]
/
test
/
zerobyte.asm
blob
ce531b57d5da64e6c3a55088b4fa96f42e683c93
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