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?"
I need the exact explanation of answer, not just the result and formula.
What the usually step to do this type of question?
Explain how to convert the address(hex) to words(bits) ? Is there any shortcut to do this type of conversion?