I have the following: For Pseudo Direct Jump addressing, what would an example o
ID: 3703443 • Letter: I
Question
I have the following:
For Pseudo Direct Jump addressing, what would an example of the address in the instruction contain? In the top loop example is the actual address in the instruction 20000 or 80000? What would it contain before it is multiplied by 4?
Thanks
Explanation / Answer
j Loop label 'Loop' is at address 80000 which is (4*20000) actual value in the instruction is address/4 which is 20000 so, to answer your question, actual value in the instruction is 20000