STA: Difference between revisions

From NDWiki
Jump to navigation Jump to search
(Adopt to new format in template)
(EA -> ea)
Line 4: Line 4:
|Format=STA ''<[[ND-100 addressing modes|addr. mode]]> <[[displacement|disp.]]>''
|Format=STA ''<[[ND-100 addressing modes|addr. mode]]> <[[displacement|disp.]]>''
|Code=004&nbsp;000
|Code=004&nbsp;000
|Affected=(EA):=A
|Affected=(ea):=A
|Arcitecture=[[ND-100]], [[ND-110 CPU|ND-110]]
|Arcitecture=[[ND-100]], [[ND-110 CPU|ND-110]]
}}
}}

Revision as of 05:22, 4 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