Ex6502.CPU.Executor.LDA (ex6502 v0.1.0) View Source

Load accumulator (register a) from memory

Operation

M -> A

Load data from memory to the accumulator.

Flags

  • Zero: 1 if accumulator is zero; 0 otherwise
  • Negative: 1 if bit 7 of accumulator is set; 0 otherwise

Link to this section Summary

Link to this section Functions