STX: Difference between revisions

From NDWiki
Jump to navigation Jump to search
(refrase)
m (Spellfix: Arcitecture -> Architecture)
Line 5: Line 5:
|Code=014 000
|Code=014 000
|Affected=(ea):=X
|Affected=(ea):=X
|Arcitecture=[[ND-100]], [[ND-110 CPU|ND-110]]
|Architecture=[[ND-100]], [[ND-110 CPU|ND-110]]
}}
}}



Revision as of 13:30, 3 August 2009

STX
Description Store X register
Format STX <addr. mode> <disp.>
Code 014 0008
Affected (ea):=X
Type User
Architecture ND-100, ND-110

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