STX: Difference between revisions

From NDWiki
Jump to navigation Jump to search
(Adopt to new format in template, EA->ea)
(refrase)
Line 8: Line 8:
}}
}}


'''STX''' is an instruction on the ND platform. It stores the contents of the [[X register]] in the memory location pointed to by the [[effective address]]. The address of this instruction may be modified by the contents of the X register.
'''STX''' is an assembly instruction. It stores the contents of the [[X register]] in the memory location pointed to by the [[effective address]]. The address of this instruction may be modified by the contents of the X register.





Revision as of 16:42, 5 April 2009

STX
Description Store X register
Format STX <addr. mode> <disp.>
Code 014 0008
Affected (ea):=X
Type User
Architecture {{{Architecture}}}

STX is an assembly instruction. It stores the contents of the X register in the memory location pointed to by the effective address. The address of this instruction may be modified by the contents of the X register.


Sources