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

16 lines
297 B
ArmAsm

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