ACI Add Immediate with Carry Instruction
Similar to ADC instruction 8 bit data specified in the instruction and Carry are added to the contents of the accumulator and results is stored in the accumulator. The instruction format is
ACR 8 bit data ( A - A + [8bit data ] +CY )
Flags: All flags are modified according to the result.