STA: Difference between revisions
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 ''< | |Format=STA ''<[[ND-100 addressing modes|addr. mode]]> <[[displacement|disp.]]>'' | ||
|Code=004 000 | |Code=004 000 | ||
|Affected=( | |Affected=(EA):=A | ||
|Arcitecture=[[ND-100]], [[ND-110 CPU|ND-110]] | |Arcitecture=[[ND-100]], [[ND-110 CPU|ND-110]] | ||
}} | }} | ||
| Line 11: | Line 11: | ||
== | == 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
- Norsk Data Document ND–06.014.02 ND-100 REFERENCE MANUAL Page 132
- Norsk Data Document ND–06.029.01 ND-110 Instruction Set Page 62