Jumping
The jr instruction has an R-type format and jumps to the address in the operand register
jr is mostly used for procedure return
jr $8 # Jump to address in Reg 8
The address in the register is a true memory address,
not PC-relative instruction address