mpir/yasm/tests/nasm/signed.asm

7 lines
124 B
NASM
Raw Normal View History

2010-06-25 12:28:41 -04:00
imul ax, bx, byte 255
imul ax, bx, byte 0xFF
imul ax, bx, byte -0x80
imul ax, bx, byte -0x7F
add ax, 100000
add ax, -100000