AAA

From NDWiki
Revision as of 13:48, 8 August 2009 by TArntsen (talk | contribs) (AAA instruction)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
AAA
Description Add argument to A register
Format AAA <argument>
Code 172 4008
Affected A
Type User
Architecture ND-100, ND-110

AAA is an assembly instruction. The 8-bit argument (the lower 8 bits of the 16-bit instruction word) is sign-extended to 16 bits and added to the A register. The result is left in the A register.

References