Rev. 1.71 134 April 11, 2017 Rev. 1.71 135 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
TABRD [m]
Readtable(specicpage)toTBLHandDataMemory
Description Thelowbyteoftheprogramcode(specicpage)addressedbythetablepointerpair
(TBHPandTBLP)ismovedtothespeciedDataMemoryandthehighbytemovedtoTBLH.
Operation [m]←programcode(lowbyte)
TBLH←programcode(highbyte)
Affectedag(s) None
TABRDC [m]
Readtable(currentpage)toTBLHandDataMemory
Description Thelowbyteoftheprogramcode(currentpage)addressedbythetablepointer(TBLP)is
movedtothespeciedDataMemoryandthehighbytemovedtoTBLH.
Operation [m]←programcode(lowbyte)
TBLH←programcode(highbyte)
Affectedag(s) None
TABRDL [m]
Readtable(lastpage)toTBLHandDataMemory
Description Thelowbyteoftheprogramcode(lastpage)addressedbythetablepointer(TBLP)ismoved
tothespeciedDataMemoryandthehighbytemovedtoTBLH.
Operation [m]←programcode(lowbyte)
TBLH←programcode(highbyte)
Affectedag(s) None
XOR A,[m]
LogicalXORDataMemorytoACC
Description DataintheAccumulatorandthespeciedDataMemoryperformabitwiselogicalXOR
operation.TheresultisstoredintheAccumulator.
Operation ACC←ACC″XOR″[m]
Affectedag(s) Z
XORM A,[m]
LogicalXORACCtoDataMemory
Description DatainthespeciedDataMemoryandtheAccumulatorperformabitwiselogicalXOR
operation.TheresultisstoredintheDataMemory.
Operation [m]←ACC″XOR″[m]
Affectedag(s) Z
XOR A,x
LogicalXORimmediatedatatoACC
Description DataintheAccumulatorandthespeciedimmediatedataperformabitwiselogicalXOR
operation.TheresultisstoredintheAccumulator.
Operation ACC←ACC″XOR″x
Affectedag(s) Z