ADDM A,[m]
Description
Operation
Affected flag(s)
AND A,[m]
Description
Operation
Affected flag(s)
AND A,x
Description
Operation
Affected flag(s)
ANDM A,[m]
Description
Operation
Affected flag(s)
HT48CXX/HT48RXX
Add the accumulator to the data memory
The contents of the specified data memory and the accumulator are added.
The result is stored in the data memory.
[m] ← ACC+[m]
TC2 TC1 TO PD OV Z AC C
–
–
–
–
√
√
√
√
Logical AND accumulator with data memory
Data in the accumulator and the specified data memory perform a bitwise
logical_AND operation. The result is stored in the accumulator.
ACC ← ACC “AND” [m]
TC2 TC1 TO PD OV Z AC C
–
–
–
–
–
√
–
–
Logical AND immediate data to the accumulator
Data in the accumulator and the specified data perform a bitwise logi-
cal_AND operation. The result is stored in the accumulator.
ACC ← ACC “AND” x
TC2 TC1 TO PD OV Z AC C
–
–
–
–
–
√
–
–
Logical AND data memory with the accumulator
Data in the specified data memory and the accumulator perform a bitwise
logical_AND operation. The result is stored in the data memory.
[m] ← ACC “AND” [m]
TC2 TC1 TO PD OV Z AC C
–
–
–
–
–
√
–
–
33
25th May ’99