Stage 9: Full implemntation + passing tests
This commit is contained in:
15
bench/tests/op/blt.s
Normal file
15
bench/tests/op/blt.s
Normal file
@@ -0,0 +1,15 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user