summaryrefslogtreecommitdiff
path: root/travis/test/prefix66.asm
blob: acd63bf3576da6d0593e1efad983a759686da615 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
BITS 16
cmp ax, 1
o16 cmp ax, 1
o32 cmp ax, 1

cmp eax, 1
o16 cmp eax, 1
o32 cmp eax, 1

BITS 32
cmp ax, 1
o16 cmp ax, 1
o32 cmp ax, 1

cmp eax, 1
o16 cmp eax, 1
o32 cmp eax, 1

BITS 64
cmp ax, 1
o16 cmp ax, 1
o32 cmp ax, 1

cmp eax, 1
o16 cmp eax, 1
o32 cmp eax, 1