| << Previous | Next >> | |
| |
ADC A,(HL) Add With Carry Rabbit 4000 Instruction
Description
The data in A is summed with the C flag and with the data whose address is in HL.The result is stored in A. The Rabbit 4000 assembler views "ADC A,(HL)" and "ADC (HL)" as equivalent instructions. In the latter case, A is used even though it is not explicitly stated.
The opcode for this instruction is different than the same instruction in the Rabbit 2000, 3000 and 3000A.
| | |
| << Previous | Next >> |