HALT
Enter power down mode
Description
This instruction stops program execution and turns off the system clock. The contents of
the RAM and registers are retained. The WDT and prescaler are cleared. The power down
bit (PDF) is set and the WDT time-out bit (TO) is cleared.
Operation
Program Counter
Program Counter+1
PDF
1
TO
0
Affected flag(s)
TO
PDF
OV
Z
AC
C
0
1
INC [m]
Increment data memory
Description
Data in the specified data memory is incremented by 1
Operation
[m]
[m]+1
Affected flag(s)
TO
PDF
OV
Z
AC
C
INCA [m]
Increment data memory and place result in the accumulator
Description
Data in the specified data memory is incremented by 1, leaving the result in the accumula-
tor. The contents of the data memory remain unchanged.
Operation
ACC
[m]+1
Affected flag(s)
TO
PDF
OV
Z
AC
C
JMP addr
Directly jump
Description
The program counter are replaced with the directly-specified address unconditionally, and
control is passed to this destination.
Operation
Program Counter
addr
Affected flag(s)
TO
PDF
OV
Z
AC
C
MOV A,[m]
Move data memory to the accumulator
Description
The contents of the specified data memory are copied to the accumulator.
Operation
ACC
[m]
Affected flag(s)
TO
PDF
OV
Z
AC
C
HT83R074
Rev. 1.00
26
May 17, 2007