blob: 3d3b1c1aedeec8dcc2c90606da76cec54580362c [file] [log] [blame]
H. Peter Anvind41e07b2008-10-16 13:03:40 -07001;Testname=test; Arguments=-fbin -oandbyte.bin; Files=stdout stderr andbyte.bin
2;Testname=otest; Arguments=-Ox -fbin -oandbyte.bin; Files=stdout stderr andbyte.bin
3
4 bits 16
5
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