LDA

From NDWiki
Revision as of 14:12, 31 July 2009 by TArntsen (talk | contribs) (LDA instruction)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
LDA
Description Load A register
Format LDA <addr. mode> <disp.>
Code 044 0008
Affected A:=(ea)
Type User
Architecture {{{Architecture}}}

LDA is an assembly instruction. The word in the memory location pointed to by the effective address is loaded into the A register.


References