◄Detail► ◄Key► ◄Example► ◄Up► ◄Contents► ◄Index► ◄Back► ──────────────────────────────────────────────────────────────────────────── Title: Increment Flags: O D I T S Z A P C ═════════════════ Syntax: INC dest ± ± ± ± ± See also: DEC, SUB Description: Adds 1 to the destination operand. Because the operand is treated as an unsigned integer, the INC instruction does not affect the carry flag. If you need to test the carry flag, use the ADD instruction. -♦-