blob: e017c1dc8f563808a2fce59abb01814dab903578 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
bits 16
add sp, byte -0x10
add sp, -0x10
adc sp, byte -0x10
adc sp, -0x10
and sp, byte -0x10
and sp, -0x10
sbb sp, byte -0x10
sbb sp, -0x10
sub sp, byte -0x10
sub sp, -0x10
|