HT48CXX/HT48RXX
Instruction Definition
ADC A,[m]
Description
Operation
Affected flag(s)
Add data memory and carry to the accumulator
The contents of the specified data memory, accumulator and the carry flag
are added simultaneously, leaving the result in the accumulator.
ACC ← ACC+[m]+C
TC2 TC1 TO PD OV Z AC C
–
–
–
–
√
√
√
√
ADCM A,[m]
Description
Operation
Affected flag(s)
Add the accumulator and carry to data memory
The contents of the specified data memory, accumulator and the carry flag
are added simultaneously, leaving the result in the specified data memory.
[m] ← ACC+[m]+C
TC2 TC1 TO PD OV Z AC C
–
–
–
–
√
√
√
√
ADD A,[m]
Description
Operation
Affected flag(s)
Add data memory to the accumulator
The contents of the specified data memory and the accumulator are added.
The result is stored in the accumulator.
ACC ← ACC+[m]
TC2 TC1 TO PD OV Z AC C
–
–
–
–
√
√
√
√
ADD A,x
Description
Operation
Affected flag(s)
Add immediate data to the accumulator
The contents of the accumulator and the specified data are added, leaving the
result in the accumulator.
ACC ← ACC+x
TC2 TC1 TO PD OV Z AC C
–
–
–
–
√
√
√
√
32
25th May ’99