Files
fmn_processor/bench/tests/op/bltu.s

16 lines
296 B
ArmAsm

# expected: 000001BC, 000002BC
.text
_start:
add x1, x0, 28
add x2, x0, 28
bltu x1, x2, finish # Should not jump
add x31, x0, 0x1BC
add x1, x0, 12
add x2, x0, 24
bltu x1, x2, finish # Should jump to finish
add x31, x0, 0x3BC
finish:
add x31, x0, 0x2BC