changes: document fix of macho64
[nasm.git] / test / prefix66.asm
blob4d9eb00a7f2b5ecc0bfc6b7dc786c8c7cb4d4d26
1 ;Testname=test; Arguments=-fbin -oprefix66.bin; Files=stdout stderr prefix66.bin
3 BITS 16
4 cmp ax, 1
5 o16 cmp ax, 1
6 o32 cmp ax, 1
8 cmp eax, 1
9 o16 cmp eax, 1
10 o32 cmp eax, 1
12 BITS 32
13 cmp ax, 1
14 o16 cmp ax, 1
15 o32 cmp ax, 1
17 cmp eax, 1
18 o16 cmp eax, 1
19 o32 cmp eax, 1
21 BITS 64
22 cmp ax, 1
23 o16 cmp ax, 1
24 o32 cmp ax, 1
26 cmp eax, 1
27 o16 cmp eax, 1
28 o32 cmp eax, 1