LDA: Difference between revisions

From NDWiki
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)
|Arcitecture=[[ND-100]], [[ND-110 CPU|ND-110]]
|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