| LDY | Reference/6502 Programming/Assembly
LDY - LoaD Y register
Affects Flags: S Z
Loads a memory byte (or an immediate value) into the Y register.
LDY #$00 Y register will be equal to zero LDY $FF19 Y register will be equal to whatever the value of memory location $FF19 is
+ add 1 cycle if page boundary crossed
LDX, LDA |
| |
Copyright © Plus/4 World Team, 2001-2024. Support Plus/4 World on Patreon |