FAD

From NDWiki
Revision as of 16:38, 29 June 2010 by TArntsen (talk | contribs) (FAD instruction)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
FAD
Description Add to floating accumulator
Format FAD <addr. mode> <disp.>
Code 100 0008
Affected T:=(ea) A=(ea+1) D=(ea+2)
Type User
Architecture ND-100, ND-110

FAD is an assembly instruction. The contents of the effective address and the following one or two locations are added to the floating accumulator.

On 32-bit hardware only registers A and D are used, and two address locations instead of three. In this case, the A register is linked to (ea) and the D register to (ea+1).

References