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

SN8P1602P 参数 Datasheet PDF下载

SN8P1602P图片预览
型号: SN8P1602P
PDF下载: 下载PDF文件 查看货源
内容描述: 8位微控制器 [8-Bit Micro-Controller]
分类和应用: 微控制器
文件页数/大小: 94 页 / 531 K
品牌: SONIX [ SONIX TECHNOLOGY COMPANY ]
 浏览型号SN8P1602P的Datasheet PDF文件第17页浏览型号SN8P1602P的Datasheet PDF文件第18页浏览型号SN8P1602P的Datasheet PDF文件第19页浏览型号SN8P1602P的Datasheet PDF文件第20页浏览型号SN8P1602P的Datasheet PDF文件第22页浏览型号SN8P1602P的Datasheet PDF文件第23页浏览型号SN8P1602P的Datasheet PDF文件第24页浏览型号SN8P1602P的Datasheet PDF文件第25页  
SN8P1600  
8-bit micro-controller  
The other coding style of loop-up table is to add Y or Z index register by accumulator. Be careful if carry happen. Refer  
following example for detailed information:  
Example: Increase Y and Z register by B0ADD/ADD instruction  
B0MOV  
B0MOV  
Y, #TABLE1$M  
Z, #TABLE1$L  
; To set lookup table’s middle address.  
; To set lookup table’s low address.  
B0MOV  
B0ADD  
A, BUF  
Z, A  
; Z = Z + BUF.  
B0BTS1  
JMP  
INCMS  
NOP  
FC  
GETDATA  
Y
; Check the carry flag.  
; FC = 0  
; FC = 1. Y+1.  
GETDATA:  
TABLE1:  
;
MOVC  
; To lookup data. If BUF = 0, data is 0x0035  
; If BUF = 1, data is 0x5105  
; If BUF = 2, data is 0x2012  
.
.
;
; To define a word (16 bits) data.  
; “  
; “  
.
.
DW  
DW  
DW  
0035H  
5105H  
2012H  
SONiX TECHNOLOGY CO., LTD  
Page 21  
Revision 1.94  
 复制成功!