欢迎访问ic37.com |
会员登录 免费注册
发布采购

HT46R47(18SOP) 参数 Datasheet PDF下载

HT46R47(18SOP)图片预览
型号: HT46R47(18SOP)
PDF下载: 下载PDF文件 查看货源
内容描述: [Microcontroller, 8-Bit, UVPROM, 8MHz, CMOS, PDSO18]
分类和应用: 可编程只读存储器微控制器光电二极管
文件页数/大小: 75 页 / 613 K
品牌: HOLTEK [ HOLTEK SEMICONDUCTOR INC ]
 浏览型号HT46R47(18SOP)的Datasheet PDF文件第11页浏览型号HT46R47(18SOP)的Datasheet PDF文件第12页浏览型号HT46R47(18SOP)的Datasheet PDF文件第13页浏览型号HT46R47(18SOP)的Datasheet PDF文件第14页浏览型号HT46R47(18SOP)的Datasheet PDF文件第16页浏览型号HT46R47(18SOP)的Datasheet PDF文件第17页浏览型号HT46R47(18SOP)的Datasheet PDF文件第18页浏览型号HT46R47(18SOP)的Datasheet PDF文件第19页  
HT46R46/C46/R47/C47/R48/R49  
Accumulator - ACC  
Status Register - STATUS  
The Accumulator is central to the operation of any  
microcontroller and is closely related with operations  
carried out by the ALU. The Accumulator is the place  
where all intermediate results from the ALU are stored.  
Without the Accumulator it would be necessary to write  
the result of each calculation or logical operation such  
as addition, subtraction, shift, etc., to the Data Memory  
resulting in higher programming and timing overheads.  
Data transfer operations usually involve the temporary  
storage function of the Accumulator; for example, when  
transferring data between one user defined register and  
another, it is necessary to do this by passing the data  
through the Accumulator as no direct transfer between  
two registers is permitted.  
This 8-bit register contains the zero flag (Z), carry flag  
(C), auxiliary carry flag (AC), overflow flag (OV), power  
down flag (PDF), and watchdog time-out flag (TO).  
These arithmetic/logical operation and system manage-  
ment flags are used to record the status and operation of  
the microcontroller.  
With the exception of the TO and PDF flags, bits in the  
status register can be altered by instructions like most  
other registers. Any data written into the status register  
will not change the TO or PDF flag. In addition, opera-  
tions related to the status register may give different re-  
sults due to the different instruction operations. The TO  
flag can be affected only by a system power-up, a WDT  
time-out or by executing the ²CLR WDT² or ²HALT² in-  
struction. The PDF flag is affected only by executing the  
²HALT² or ²CLR WDT² instruction or during a system  
power-up.  
Program Counter Low Register - PCL  
To provide additional program control functions, the low  
byte of the Program Counter is made accessible to pro-  
grammers by locating it within the Special Purpose area  
of the Data Memory. By manipulating this register, direct  
jumps to other program locations are easily imple-  
mented. Loading a value directly into this PCL register  
will cause a jump to the specified Program Memory lo-  
cation, however, as the register is only 8-bit wide, only  
jumps within the current Program Memory page are per-  
mitted. When such operations are used, note that a  
dummy cycle will be inserted.  
The Z, OV, AC and C flags generally reflect the status of  
the latest operations.  
¨
C is set if an operation results in a carry during an  
addition operation or if a borrow does not take place  
during a subtraction operation; otherwise C is  
cleared. C is also affected by a rotate through carry  
instruction.  
¨
AC is set if an operation results in a carry out of the  
low nibbles in addition, or no borrow from the high  
nibble into the low nibble in subtraction; otherwise  
AC is cleared.  
Look-up Table Registers - TBLP, TBLH  
¨
Z is set if the result of an arithmetic or logical opera-  
These two special function registers are used to control  
operation of the look-up table which is stored in the Pro-  
gram Memory. TBLP is the table pointer and indicates  
the location where the table data is located. Its value  
must be setup before any table read commands are ex-  
ecuted. Its value can be changed, for example using the  
²INC² or ²DEC² instructions, allowing for easy table data  
pointing and reading. TBLH is the location where the  
high order byte of the table data is stored after a table  
read data instruction has been executed. Note that the  
lower order table data byte is transferred to a user de-  
fined location.  
tion is zero; otherwise Z is cleared.  
¨
¨
OV is set if an operation results in a carry into the  
highest-order bit but not a carry out of the high-  
est-order bit, or vice versa; otherwise OV is cleared.  
PDF is cleared by a system power-up or executing  
the ²CLR WDT² instruction. PDF is set by executing  
the ²HALT² instruction.  
¨
TO is cleared by a system power-up or executing  
the ²CLR WDT² or ²HALT² instruction. TO is set by  
a WDT time-out.  
b
7
b
0
T
O
P
D
F
O
V
Z
A
C
C
S
A
T
A
T
U
S
R
e
g
i
s
t
e
r
r
i
t
h
m
e
t
i
c
/
L
o
g
i
c
O
p
e
r
a
t
i
o
n
F
l
a
g
s
C
A
Z
O
a
r
r
y
l
f
l
a
g
u
x
i
i
a
r
y
c
a
r
r
y
f
l
a
g
e
r
o
f
l
a
g
v
e
r
f
l
o
w
f
l
a
g
S
y
s
t
e
m
M
a
n
a
g
e
m
e
n
t
F
l
a
g
s
P
o
w
e
r
d
o
w
n
f
l
a
g
W
N
a
t
c
h
d
o
g
t
i
m
e
-
o
u
t
f
l
a
g
o
t
i
m
p
l
e
m
e
n
t
e
d
,
r
e
a
d
a
s
"
0
"
Status Register  
Rev. 1.00  
15  
April 18, 2007  
 复制成功!