![]() |
|
| << Previous | Next >> | |
| | |
ADC HL,ss Add With Carry Rabbit 2000/3000/4000/5000 Instruction
---- ADC HL,ss HL = HL + ss + CF ED 4A ADC HL,BC HL = HL + BC + CF ED 5A ADC HL,DE HL = HL + DE + CF ED 6A ADC HL,HL HL = HL + HL + CF ED 7A ADC HL,SP HL = HL + SP + CF
Rabbit 2000/3000/4000 Rabbit 5000
Description
HL is summed with the C flag and with ss (any of BC, DE, HL, or SP). The result is stored in HL.
| Rabbit Instructions | << Previous | Next >> | rabbit.com |