Answer:
CarryFlag (CF)
Explanation:
When programming in Assembly language, two categories of flags are noted these are;
Control flags indicate how instructions are executed examples are interrupt, direction and trap flags. While Status flags indicate or reports the result of an operation.
The CarryFlag (CF) belongs to the status category and it has the value 1 = carry and 0 = no carry. This flag is set when the result from an arithmetic operation returns an unsigned value that is too large for its destination.