STA: Difference between revisions

From NDWiki
Jump to navigation Jump to search
(+text from " ND-110 Instruction Set")
(Adopt to new format in template)
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]]
|Arcitecture=[[ND-100]], [[ND-110 CPU|ND-110]]
}}
}}
Line 11: Line 11:




== 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]]

Revision as of 19:09, 3 April 2009

STA
Description Store A register
Format STA <addr. mode> <disp.>
Code 004 0008
Affected (EA):=A
Type User
Architecture {{{Architecture}}}

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.


References