Question: Suppose the program counter (PC) is set to 0x2000 0000.
- Is it possible to use the jump (j) MIPS assembly instruction to set the PC to the address as 0x4000 0000?
- Is it possible to use the branch-on-equal (beq) MIPS assembly instruction to set the PC to this same address?
Can you answer the given problems and how will you use the jump instruction in MIPS program?