AAT

From NDWiki
Revision as of 14:02, 8 August 2009 by TArntsen (talk | contribs) (AAT instruction)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
AAT
Description Add argument to T register
Format AAB <argument>
Code 173 0008
Affected T:=T+argument, C, O, Q
Type User
Architecture ND-100, ND-110

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

Flags affected

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

References