STT: Difference between revisions

From NDWiki
Jump to navigation Jump to search
m (Fixing a cut'n'paste error)
(Adopt to new format in template + refrasing)
Line 2: Line 2:
|Mnemonic=STT
|Mnemonic=STT
|Description=Store T register
|Description=Store T register
|Format=STT ''<address mode> <disp.>''
|Format=STT ''<[[ND-100 addressing modes|addr. mode]]> <[[displacement|disp.]]>''
|Code=010&nbsp;000<sub><small>8</small></sub>
|Code=010&nbsp;000
|Affected=(EL):=T
|Affected=(ea):=T
|Arcitecture=[[ND-100]], [[ND-110 CPU|ND-110]]
|Arcitecture=[[ND-100]], [[ND-110 CPU|ND-110]]
}}
}}


'''STT''' is an instruction on the ND platform. It stores the contents of the [[T register]] in the memory location pointed to by the [[effective address]].
'''STT''' is an assembly instruction. It stores the contents of the [[T register]] in the memory location pointed to by the [[effective address]].





Revision as of 16:40, 5 April 2009

STT
Description Store T register
Format STT <addr. mode> <disp.>
Code 010 0008
Affected (ea):=T
Type User
Architecture {{{Architecture}}}

STT is an assembly instruction. It stores the contents of the T register in the memory location pointed to by the effective address.


Sources