English
Language : 

HT83B60 Datasheet, PDF (70/84 Pages) Holtek Semiconductor Inc – Voice Mask MCU
HT83B60
Voice Mask MCU
Instruction Set Summary
The following table depicts a summary of the instruction set categorised according to function and
can be consulted as a basic instruction reference using the following listed conventions.
Table conventions:
x: Bits immediate data
m: Data Memory address
A: Accumulator
i: 0~7 number of bits
addr: Program memory address
Mnemonic
Arithmetic
Description
Cycles
ADD A,[m]
Add Data Memory to ACC
1
ADDM A,[m] Add ACC to Data Memory
1Note
ADD A,x
Add immediate data to ACC
1
ADC A,[m]
Add Data Memory to ACC with Carry
1
ADCM A,[m] Add ACC to Data memory with Carry
1Note
SUB A,x
Subtract immediate data from the ACC
1
SUB A,[m]
Subtract Data Memory from ACC
1
SUBM A,[m] Subtract Data Memory from ACC with result in Data Memory
1Note
SBC A,[m]
Subtract Data Memory from ACC with Carry
1
SBCM A,[m] Subtract Data Memory from ACC with Carry, result in Data Memory 1Note
DAA [m]
Decimal adjust ACC for Addition with result in Data Memory
1Note
Logic Operation
AND A,[m]
Logical AND Data Memory to ACC
1
OR A,[m]
Logical OR Data Memory to ACC
1
XOR A,[m]
Logical XOR Data Memory to ACC
1
ANDM A,[m] Logical AND ACC to Data Memory
1Note
ORM A,[m] Logical OR ACC to Data Memory
1Note
XORM A,[m] Logical XOR ACC to Data Memory
1Note
AND A,x
Logical AND immediate Data to ACC
1
OR A,x
Logical OR immediate Data to ACC
1
XOR A,x
Logical XOR immediate Data to ACC
1
CPL [m]
Complement Data Memory
1Note
CPLA [m]
Complement Data Memory with result in ACC
1
Flag Affected
Z, C, AC, OV
Z, C, AC, OV
Z, C, AC, OV
Z, C, AC, OV
Z, C, AC, OV
Z, C, AC, OV
Z, C, AC, OV
Z, C, AC, OV
Z, C, AC, OV
Z, C, AC, OV
C
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Increment & Decrement
INCA [m]
INC [m]
DECA [m]
DEC [m]
Increment Data Memory with result in ACC
Increment Data Memory
Decrement Data Memory with result in ACC
Decrement Data Memory
Rotate
RRA [m]
RR [m]
RRCA [m]
RRC [m]
RLA [m]
RL [m]
RLCA [m]
RLC [m]
Rotate Data Memory right with result in ACC
Rotate Data Memory right
Rotate Data Memory right through Carry with result in ACC
Rotate Data Memory right through Carry
Rotate Data Memory left with result in ACC
Rotate Data Memory left
Rotate Data Memory left through Carry with result in ACC
Rotate Data Memory left through Carry
Data Move
MOV A,[m]
MOV [m],A
MOV A,x
Move Data Memory to ACC
Move ACC to Data Memory
Move immediate data to ACC
Bit Operation
CLR [m].i
SET [m].i
Clear bit of Data Memory
Set bit of Data Memory
1
1Note
1
1Note
1
1Note
1
1Note
1
1Note
1
1Note
1
1Note
1
1Note
1Note
Z
Z
Z
Z
None
None
C
C
None
None
C
C
None
None
None
None
None
Rev. 1.00
70
December 19, 2011