User Tools

Site Tools


spo600:6502_addressing_modes

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
spo600:6502_addressing_modes [2024/01/12 15:21] – created chrisspo600:6502_addressing_modes [2025/01/08 21:56] (current) – [X, Indirect] chris
Line 83: Line 83:
  
 <code> <code>
- LDA ($05,x) ; if x=4, then the pointer at $09 (and $0a) will be used, and the accumulator loaded from the address indicated by the pointer</code>+ LDA ($05,x) ; The value of x is added to $05 and used  
 + ; as the address of a pointer from which the accumulator is loaded. 
 + ; Example: if x=4, then the pointer at $09 (and $0a) will be used,  
 + ; and the accumulator loaded from the address indicated by the pointer</code>
  
 =====  Indirect, Y  ===== =====  Indirect, Y  =====
spo600/6502_addressing_modes.1705072872.txt.gz · Last modified: 2024/04/16 18:10 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki