ECE 374: Computer Organization
Jump AddressingJ-type Format
Jump instructions use the J-type instruction format, which consists of just the opcode (6 bits) and the target address (26 bits)
For jump instructions, the target address is appended to $PC_{[31:28]}$ after being shifted by 2. This is called jump addressing