How to find range of addresses using MIPS instructions

146 Views Asked by At

Suppose that the program counter (PC) is set to 0x2000 0000. What range of addresses can be reached using the MIPS branch if equal (beq instruction? (In other words, what is the set of possible values for the PC after the branch instruction executes?)

0

There are 0 best solutions below