AAB

From NDWiki
Revision as of 07:50, 18 August 2011 by TArntsen (talk | contribs) (Undo revision 1647 by Timblack: Link spam. (talk))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
AAB
Description Add argument to B register
Format AAB <argument>
Code 172 0008
Affected B:=B+argument, C, O, Q
Type User
Architecture ND-100, ND-110

AAB 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 B register. The result is left in the B register.

Flags affected

C, O and Q may be affected as for the ADD instruction.

References