blob: 86b932a915100a22f087756db6194562ddafaa3a [file] [log] [blame]
-- asm
# Test signed 32-bit division with positive/positive
mov32 %r0, 15
sdiv32 %r0, 4
# 15 / 4 = 3
exit
-- result
0x3