STX: Difference between revisions

From NDWiki
Jump to navigation Jump to search
(New page: {{InstructionBox |Mnemonic=STX |Description=Store X register |Format=STX ''<address mode> <disp.>'' |Code=014 000 |Affected=(EL):=X }} '''STX''' is an instruction on the ND platform....)
 
(text from " ND-110 Instruction Set")
Line 1: Line 1:
{{InstructionBox
{{InstructionBox
|Mnemonic=STX
|Mnemonic=STX
|Description=Store X register
|Description=Store T register
|Format=STX ''<address mode> <disp.>''
|Format=STT ''<address mode> <disp.>''
|Code=014&nbsp;000
|Code=014&nbsp;000<sub><small>8</small></sub>
|Affected=(EL):=X
|Affected=(EL):=X
|Arcitecture=[[ND-100]], [[ND-110 CPU|ND-110]]
}}
}}


'''STX''' is an instruction on the ND platform. It stores the contents of the [[X register]] in the
'''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.
effective location. The address of this instruction may be modified by the contents of the X register.
 


== Sources ==
== Sources ==
*{{ND-doc|06.014.02|Page 133}}
*{{ND-doc|06.014.02|Page 133}}
*{{ND-doc|06.029.01|Page 63}}


[[Category:ND-100 instructions]]
[[Category:ND-100 instructions]]

Revision as of 14:34, 2 April 2009

STX
Description Store T register
Format STT <address mode> <disp.>
Code 014 00088
Affected (EL):=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