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
eval: Use is_power2 helper instead of open code
[nasm.git]
/
test
/
prefix66.asm
blob
4d9eb00a7f2b5ecc0bfc6b7dc786c8c7cb4d4d26
1
;Testname=test; Arguments=-fbin -oprefix66.bin; Files=stdout stderr prefix66.bin
2
3
BITS
16
4
cmp
ax
,
1
5
o16
cmp
ax
,
1
6
o32
cmp
ax
,
1
7
8
cmp
eax
,
1
9
o16
cmp
eax
,
1
10
o32
cmp
eax
,
1
11
12
BITS
32
13
cmp
ax
,
1
14
o16
cmp
ax
,
1
15
o32
cmp
ax
,
1
16
17
cmp
eax
,
1
18
o16
cmp
eax
,
1
19
o32
cmp
eax
,
1
20
21
BITS
64
22
cmp
ax
,
1
23
o16
cmp
ax
,
1
24
o32
cmp
ax
,
1
25
26
cmp
eax
,
1
27
o16
cmp
eax
,
1
28
o32
cmp
eax
,
1