STA: Difference between revisions

From NDWiki
Jump to navigation Jump to search
(+text from " ND-110 Instruction Set")
m (Spellfix: Arcitecture -> Architecture)
 
(3 intermediate revisions by one other user not shown)
Line 2: Line 2:
|Mnemonic=STA
|Mnemonic=STA
|Description=Store A register
|Description=Store A register
|Format=STA ''<address mode> <disp.>''
|Format=STA ''<[[ND-100 addressing modes|addr. mode]]> <[[displacement|disp.]]>''
|Code=004&nbsp;000<sub><small>8</small></sub>
|Code=004&nbsp;000
|Affected=(EL):=A
|Affected=(ea):=A
|Arcitecture=[[ND-100]], [[ND-110 CPU|ND-110]]
|Architecture=[[ND-100]], [[ND-110 CPU|ND-110]]
}}
}}


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




== Sources ==
== References ==
*{{ND-doc|06.014.02|Page 132}}
*{{ND-doc|06.014.02|Page 132}}
*{{ND-doc|06.029.01|Page 62}}
*{{ND-doc|06.029.01|Page 62}}


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

Latest revision as of 13:29, 3 August 2009

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

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


References