STY (store Y register) Tags: none
STY
Description:
Writes the contents of the Y register to the specified memory cell. The contents of the Y-register do not change.
Example:
STY dst,X; save register Y
STY $C 00