| << Previous | Next >> | |
| |
ADD A,(HL) Add Without Carry Rabbit 4000 Instruction
Description
A is summed with the data whose address is in HL. The result is stored in A. The Rabbit 4000 assembler views "ADD 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 >> |