Ex6502.CPU.Executor.LDY (ex6502 v0.1.0) View Source
Load register y from memory
Operation
M -> Y
Load data from memory into the y register.
Flags
- Zero: 1 if register y is zero; 0 otherwise
- Negative: 1 if bit 7 of register y is set; 0 otherwise
Load register y from memory
M -> Y
Load data from memory into the y register.