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
outelf: add panic() for unknown output types
[nasm.git]
/
test
/
br3058845.asm
blob
c42f5d503a5477c1bf76fcb6482a514e0f34a965
1
;Testname=unoptimized; Arguments=-O0 -fbin -obr3058845.bin; Files=stdout stderr br3058845.bin
2
;Testname=optimized; Arguments=-Ox -fbin -obr3058845.bin; Files=stdout stderr br3058845.bin
3
4
BITS
16
5
cmp
ax
,
0xFFFF
6
cmp
eax
,
0xFFFF
_FFFF
7
8
BITS
32
9
cmp
ax
,
0xFFFF
10
cmp
eax
,
0xFFFF
_FFFF
11
12
BITS
64
13
cmp
ax
,
0xFFFF
14
cmp
eax
,
0xFFFF
_FFFF