MIPS jump and BNE address calculation
up vote
1
down vote
favorite
Suppose the program counter (PC) is set to 0x20000000.Is it possible to use the jump (j) MIPS assembly instruction to set the PC to the address 0x40000000? Is it possible to use the branch-on-equal (beq) MIPS assembly instruction to set the PC to this same address?
mips cpu-architecture mips32
share | improve this question
edited Nov 21 at 16:50
Peter Cordes
116k 16 176 302
asked Nov 21 at 13:44
Hasin Sadique
6 1
...