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

SN8F2251B 参数 Datasheet PDF下载

SN8F2251B图片预览
型号: SN8F2251B
PDF下载: 下载PDF文件 查看货源
内容描述: 8位微控制器 [8-Bit Micro-Controller]
分类和应用: 微控制器
文件页数/大小: 133 页 / 1554 K
品牌: SONIX [ SONIX TECHNOLOGY COMPANY ]
 浏览型号SN8F2251B的Datasheet PDF文件第16页浏览型号SN8F2251B的Datasheet PDF文件第17页浏览型号SN8F2251B的Datasheet PDF文件第18页浏览型号SN8F2251B的Datasheet PDF文件第19页浏览型号SN8F2251B的Datasheet PDF文件第21页浏览型号SN8F2251B的Datasheet PDF文件第22页浏览型号SN8F2251B的Datasheet PDF文件第23页浏览型号SN8F2251B的Datasheet PDF文件第24页  
SN8F2250B Series  
USB 2.0 Full-Speed 8-Bit Micro-Controller  
¾
Example: “@JMP_A” application in SONIX macro file called “MACRO3.H”.  
B0MOV  
@JMP_A  
JMP  
JMP  
JMP  
A, BUF0  
5
; “BUF0” is from 0 to 4.  
; The number of the jump table listing is five.  
; ACC = 0, jump to A0POINT  
; ACC = 1, jump to A1POINT  
; ACC = 2, jump to A2POINT  
; ACC = 3, jump to A3POINT  
; ACC = 4, jump to A4POINT  
A0POINT  
A1POINT  
A2POINT  
A3POINT  
A4POINT  
JMP  
JMP  
If the jump table position is across a ROM boundary (0x00FF~0x0100), the “@JMP_A” macro will adjust the jump table  
routine begin from next RAM boundary (0x0100).  
¾
Example: “@JMP_A” operation.  
; Before compiling program.  
ROM address  
B0MOV  
A, BUF0  
5
; “BUF0” is from 0 to 4.  
@JMP_A  
; The number of the jump table listing is five.  
; ACC = 0, jump to A0POINT  
; ACC = 1, jump to A1POINT  
; ACC = 2, jump to A2POINT  
; ACC = 3, jump to A3POINT  
; ACC = 4, jump to A4POINT  
0X00FD  
0X00FE  
0X00FF  
0X0100  
0X0101  
JMP  
JMP  
JMP  
JMP  
JMP  
A0POINT  
A1POINT  
A2POINT  
A3POINT  
A4POINT  
; After compiling program.  
ROM address  
B0MOV  
A, BUF0  
5
; “BUF0” is from 0 to 4.  
@JMP_A  
; The number of the jump table listing is five.  
; ACC = 0, jump to A0POINT  
; ACC = 1, jump to A1POINT  
; ACC = 2, jump to A2POINT  
; ACC = 3, jump to A3POINT  
; ACC = 4, jump to A4POINT  
0X0100  
0X0101  
0X0102  
0X0103  
0X0104  
JMP  
JMP  
JMP  
JMP  
JMP  
A0POINT  
A1POINT  
A2POINT  
A3POINT  
A4POINT  
SONiX TECHNOLOGY CO., LTD  
Page 20  
Version 1.1  
 复制成功!