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

Both sides previous revisionPrevious revision
spo600:6502_addressing_modes [2025/01/08 21:55] – [X, Indirect] chrisspo600:6502_addressing_modes [2025/01/08 21:56] (current) – [X, Indirect] chris
Line 83: Line 83:
  
 <code> <code>
- LDA ($05,x) ; The value of x is added to $05 and used as the address from which the accumulator is loaded. + LDA ($05,x) ; The value of x is added to $05 and used  
- ; 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>+ ; 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.1736373343.txt.gz · Last modified: 2025/01/08 21:55 by chris

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki