Cars · Electronics

C Carry Bit

In the 8051 architecture, "C" is the name of the carry bit. When an arithmetic operation overflows, the carry bit is set to keep track of this change.

Advanced

Adapted from pgmfi.org wiki

In the 8051 architecture, "C" is the name of the carry bit. When an arithmetic operation overflows, the carry bit is set to keep track of this change. This bit is also frequently used as a storage space for transferring bits. This goes for the Oki 66k architecture as well; the MB C, x and MB x, C instructions allow easy access to the carry flag.

Credits and source

Authors Anonymous PGMFI contributor

Source Adapted from C Carry Bit on pgmfi.org wiki. Licensed under CC BY-NC-SA 1.0.