Question: Calculate the effective address for each of the following instructions. (Remember: An ‘‘*'' as the fourth symbol denotes indirect addressing.)
- STA Z
- STA Z,3
- STA* Z
- STA* Z,3 (Preindex)
- STA* Z,3 (Postindex)
Assume index register 3 contains 5: Z is memory location #H10 and is the first location of a memory block containing 25, 7, 4, 86, 46, and 77.