STX (store X register) Tags: none

Description:

Writes the contents of the X register to the specified memory cell. The contents of the X register do not change.

Example:

    STX dst,Y;     save register X
    STX $400