LDA: Difference between revisions
Jump to navigation
Jump to search
(LDA instruction) |
m (Spellfix: Arcitecture -> Architecture) |
||
Line 5: | Line 5: | ||
|Code=044 000 | |Code=044 000 | ||
|Affected=A:=(ea) | |Affected=A:=(ea) | ||
| | |Architecture=[[ND-100]], [[ND-110 CPU|ND-110]] | ||
}} | }} | ||
Latest revision as of 13:31, 3 August 2009
LDA | |
---|---|
Description | Load A register |
Format | LDA <addr. mode> <disp.> |
Code | 044 0008 |
Affected | A:=(ea) |
Type | User |
Architecture | ND-100, ND-110 |
LDA is an assembly instruction. The word in the memory location pointed to by the effective address is loaded into the A register.
References
- Norsk Data Document ND–06.014.02 ND-100 REFERENCE MANUAL Page 3-20
- Norsk Data Document ND–06.029.01 ND-110 Instruction Set Page 60