* Question
How is the address calculated? |
* Answer
Usually address calculations are implemented by ordinary integer instructions.In general, most instructions calculate the target address by adding the offset specified by the instruction to the PC value and writing the result to the PC. |
COMMENTS