Definition
j (RISC-V)
Jumps to the target address without saving a return address.
j offsetThe above is a pseudoinstruction, which is translated to (jal, zero):
jal zero, offset
j (RISC-V)
Jumps to the target address without saving a return address.
j offsetThe above is a pseudoinstruction, which is translated to (jal, zero):
jal zero, offset