STT: Difference between revisions

From NDWiki
Jump to navigation Jump to search
(+text from " ND-110 Instruction Set")
m (Fixing a cut'n'paste error)
Line 8: Line 8:
}}
}}


'''STA''' 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 instruction on the ND platform. It stores the contents of the [[T register]] in the memory location pointed to by the [[effective address]].





Revision as of 14:09, 2 April 2009

STT
Description Store T register
Format STT <address mode> <disp.>
Code 010 00088
Affected (EL):=T
Type User
Architecture {{{Architecture}}}

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.


Sources