FAD

From NDWiki
Revision as of 10:01, 1 July 2010 by TArntsen (talk | contribs) (Made clearer)
(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 A D, TG
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. The result is in the floating accumulator.

On 32-bit floating point hardware only registers A and D are used, and two address locations instead of three.

Flags affected

The rounding indicator for floating point operations (TG, sometimes called just G) may be set by this instruction.

References