Carry Flag

From Intellivision Wiki
Revision as of 17:52, 11 January 2005 by Pingaso (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

The Carry Flag (C), if set, indicates that the previous operation resulted in an unsigned integer overflow or underflow. If clear, the previous operation did not result in an unsigned overflow or underflow. For example, during the process of arithmetic addition, an unsigned overflow can occur when two positive signed integers are added together and results in a third positive signed integer that is too large to contain in a single 16-bit register.