make: Lift up openwcom.mak for build on FreeDOS
[nasm.git] / test / br3058845.asm
blobb0de56079d6749702b591333af2e304dd696bea2
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
4 BITS 16
5 cmp ax, 0xFFFF
6 cmp eax, 0xFFFF_FFFF
8 BITS 32
9 cmp ax, 0xFFFF
10 cmp eax, 0xFFFF_FFFF
12 BITS 64
13 cmp ax, 0xFFFF
14 cmp eax, 0xFFFF_FFFF ; shouldn't warn, but does currently