STX: Difference between revisions

From NDWiki
Jump to navigation Jump to search
(text from " ND-110 Instruction Set")
(Adopt to new format in template, EA->ea)
Line 1: Line 1:
{{InstructionBox
{{InstructionBox
|Mnemonic=STX
|Mnemonic=STX
|Description=Store T register
|Description=Store X register
|Format=STT ''<address mode> <disp.>''
|Format=STX ''<[[ND-100 addressing modes|addr. mode]]> <[[displacement|disp.]]>''
|Code=014&nbsp;000<sub><small>8</small></sub>
|Code=014&nbsp;000
|Affected=(EL):=X
|Affected=(ea):=X
|Arcitecture=[[ND-100]], [[ND-110 CPU|ND-110]]
|Arcitecture=[[ND-100]], [[ND-110 CPU|ND-110]]
}}
}}

Revision as of 05:21, 4 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 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.


Sources