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

Transfer the value of the a register to the y register

Operation

A -> Y

Flags

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

Link to this section Summary

Link to this section Functions