Rev. 1.71 126 April 11, 2017 Rev. 1.71 127 April 11, 2017
HT66F002/HT66F0025/HT66F003/HT66F004
Cost-Effective A/D Flash MCU with EEPROM
HT66F002/HT66F0025/HT66F003/HT66F004
Cost-Effective A/D Flash MCU with EEPROM
Instruction Denition
ADC A,[m]
AddDataMemorytoACCwithCarry
Description ThecontentsofthespeciedDataMemory,Accumulatorandthecarryagareadded.
TheresultisstoredintheAccumulator.
Operation ACC←ACC+[m]+C
Affectedag(s) OV,Z,AC,C
ADCM A,[m]
AddACCtoDataMemorywithCarry
Description ThecontentsofthespeciedDataMemory,Accumulatorandthecarryagareadded.
TheresultisstoredinthespeciedDataMemory.
Operation [m]←ACC+[m]+C
Affectedag(s) OV,Z,AC,C
ADD A,[m]
AddDataMemorytoACC
Description ThecontentsofthespeciedDataMemoryandtheAccumulatorareadded.
TheresultisstoredintheAccumulator.
Operation ACC←ACC+[m]
Affectedag(s) OV,Z,AC,C
ADD A,x
AddimmediatedatatoACC
Description ThecontentsoftheAccumulatorandthespeciedimmediatedataareadded.
TheresultisstoredintheAccumulator.
Operation ACC←ACC+x
Affectedag(s) OV,Z,AC,C
ADDM A,[m]
AddACCtoDataMemory
Description ThecontentsofthespeciedDataMemoryandtheAccumulatorareadded.
TheresultisstoredinthespeciedDataMemory.
Operation [m]←ACC+[m]
Affectedag(s) OV,Z,AC,C
AND A,[m]
LogicalANDDataMemorytoACC
Description DataintheAccumulatorandthespeciedDataMemoryperformabitwiselogicalAND
operation.TheresultisstoredintheAccumulator.
Operation ACC←ACC″AND″[m]
Affectedag(s) Z
AND A,x
LogicalANDimmediatedatatoACC
Description DataintheAccumulatorandthespeciedimmediatedataperformabitwiselogicalAND
operation.TheresultisstoredintheAccumulator.
Operation ACC←ACC″AND″x
Affectedag(s) Z
ANDM A,[m]
LogicalANDACCtoDataMemory
Description DatainthespeciedDataMemoryandtheAccumulatorperformabitwiselogicalAND
operation.TheresultisstoredintheDataMemory.
Operation [m]←ACC″AND″[m]
Affectedag(s) Z