spo600:6502_addressing_modes
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
spo600:6502_addressing_modes [2024/01/12 15:21] – created chris | 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.1705072872.txt.gz · Last modified: 2024/04/16 18:10 (external edit)