NASM-2.09.10
[nasm.git] / test / andbyte.asm
blob3d3b1c1aedeec8dcc2c90606da76cec54580362c
1 ;Testname=test; Arguments=-fbin -oandbyte.bin; Files=stdout stderr andbyte.bin
2 ;Testname=otest; Arguments=-Ox -fbin -oandbyte.bin; Files=stdout stderr andbyte.bin
4 bits 16
6 add sp, byte -0x10
7 add sp, -0x10
8 adc sp, byte -0x10
9 adc sp, -0x10
10 and sp, byte -0x10
11 and sp, -0x10
12 sbb sp, byte -0x10
13 sbb sp, -0x10
14 sub sp, byte -0x10
15 sub sp, -0x10