@ -10,12 +10,16 @@ _start:
jal ra, fn0
ebreak
fnNeg:
# All good
addi a0, zero, 0
fn0:
# Check ra value with our t0 construct
beq t0, ra, eq0
eq0:
# Try to jump back to a negative offset
jal ra, fnNeg