ADD
ADDITION
ADD
Operation:
(DEST)
+-
(LSRC) + (RSRC)
De.scription:
ADD
destination,source
The sum
of
the two operands, which may be
bytes or words, replaces the destination
operand. Both operands may be signed
or
unsigned binary numbers (see
AAA
and
DAA).
ADD
updates
AF,
eF,
OF, PF,
SF
and
ZF.
Flags Affected:
AF,CF,OF,PF,SF,ZF
2-55