Chapter 2: 24 (page 169)
[5] <§2.7> 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?
Short Answer
No, it is not possible to set the pc address as 0x4000 0000 by using the MIPS assembly instruction “jump(j)” from the PC address 0x2000 0000.
No, it is not possible to set the PC to this same address by using the branch-on-equal (beq) MIPS assembly instruction.