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

Load register x from memory

Operation

M -> X

Load data from memory into the x register.

Flags

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

Link to this section Summary

Link to this section Functions