STA: Difference between revisions
Jump to navigation
Jump to search
EA -> ea |
refrase |
||
| Line 8: | Line 8: | ||
}} | }} | ||
'''STA''' is an instruction | '''STA''' is an assembly instruction. It stores the contents of the [[A register]] in the memory location pointed to by the [[effective address]]. | ||
Revision as of 16:37, 5 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 assembly instruction. 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