[Home]
[Edit this page]
[Recent Changes]
[Special Pages]
[Help]
ASMCommand_ADC
This is an instruction in many assembly languages that adds 2(+) operands along with CF, the carry flag. This is often used for carrying over additions that the CPU couldn't normally handle with its maximum native operand bit count. An example would be using it to add two 32-bit numbers on a 16-bit machine.
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
ASMCommand_ADC
ADC
ADd with CarryThis is an instruction in many assembly languages that adds 2(+) operands along with CF, the carry flag. This is often used for carrying over additions that the CPU couldn't normally handle with its maximum native operand bit count. An example would be using it to add two 32-bit numbers on a 16-bit machine.
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
