spo600:6502_addressing_modes
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| spo600:6502_addressing_modes [2024/04/16 18:10] – external edit 127.0.0.1 | spo600:6502_addressing_modes [2025/01/08 21:56] (current) – [X, Indirect] chris | ||
|---|---|---|---|
| Line 83: | Line 83: | ||
| < | < | ||
| - | 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</ | + | 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: | ||
| + | ; | ||
| ===== Indirect, Y ===== | ===== Indirect, Y ===== | ||
spo600/6502_addressing_modes.1713291008.txt.gz · Last modified: 2024/04/16 18:10 by 127.0.0.1
