This is a J-Type instuction in MIPS Instruction Types. Will change PC to be the address given.
Jump Process
- Extract the 26-bits from the address

- Add an extra 2 bits at the end
- Add the first 4-bits of the current PC to the front

- This is your new PC

This is a J-Type instuction in MIPS Instruction Types. Will change PC to be the address given.


