Definition
jr (RISC-V)
Jumps to the address contained in register
bwithout saving a return address.jr bThe above is a pseudoinstruction, which is translated to:
jalr zero, b, 0
jr (RISC-V)
Jumps to the address contained in register
bwithout saving a return address.jr bThe above is a pseudoinstruction, which is translated to:
jalr zero, b, 0