Page 1 of 1

Translate the following instructions from RISC-V to hexadecimal. Note that the question uses integer values for branches

Posted: Tue Jul 12, 2022 8:11 am
by answerhappygod
Translate the following instructions from RISC-V to hexadecimal.Note that the question uses integer values for branches and jumps,instead of labels.
Question: jal s0 2
I understand that jal means jump and link with the form jal rdlabel such that rd = PC + 4 and PC = PC + offset.
However, I'm not sure what to do from here? Like what is theoffset and what is the purpose of the label? Please give ananswer and I will be sure to rate. Thank you!