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

SN8P1602B 参数 Datasheet PDF下载

SN8P1602B图片预览
型号: SN8P1602B
PDF下载: 下载PDF文件 查看货源
内容描述: 8位微控制器 [8-Bit Micro-Controller]
分类和应用: 微控制器
文件页数/大小: 76 页 / 430 K
品牌: SONIX [ SONIX TECHNOLOGY COMPANY ]
 浏览型号SN8P1602B的Datasheet PDF文件第26页浏览型号SN8P1602B的Datasheet PDF文件第27页浏览型号SN8P1602B的Datasheet PDF文件第28页浏览型号SN8P1602B的Datasheet PDF文件第29页浏览型号SN8P1602B的Datasheet PDF文件第31页浏览型号SN8P1602B的Datasheet PDF文件第32页浏览型号SN8P1602B的Datasheet PDF文件第33页浏览型号SN8P1602B的Datasheet PDF文件第34页  
SN8P1602B  
8-Bit Micro-Controller  
ONE ADDRESS SKIPPING  
There are nine instructions (CMPRS, INCS, INCMS, DECS, DECMS, BTS0, BTS1, B0BTS0, B0BTS1) with one  
address skipping function. If the result of these instructions is true, the PC will add 2 steps to skip next instruction.  
If the condition of bit test instruction is true, the PC will add 2 steps to skip next instruction.  
B0BTS1  
JMP  
.
FC  
C0STEP  
; To skip, if Carry_flag = 1  
; Else jump to C0STEP.  
C0STEP:  
NOP  
B0MOV  
B0BTS0  
JMP  
A, BUF0  
FZ  
C1STEP  
; Move BUF0 value to ACC.  
; To skip, if Zero flag = 0.  
; Else jump to C1STEP.  
.
C1STEP:  
NOP  
If the ACC is equal to the immediate data or memory, the PC will add 2 steps to skip next instruction.  
CMPRS  
JMP  
.
A, #12H  
C0STEP  
; To skip, if ACC = 12H.  
; Else jump to C0STEP.  
C0STEP:  
NOP  
If the destination increased by 1, which results overflow of 0xFF to 0x00, the PC will add 2 steps to skip next  
instruction.  
INCS instruction:  
INCS  
JMP  
BUF0  
C0STEP  
; Jump to C0STEP if ACC is not zero.  
C0STEP:  
NOP  
INCMS instruction:  
INCMS  
JMP  
BUF0  
C0STEP  
; Jump to C0STEP if BUF0 is not zero.  
C0STEP:  
NOP  
If the destination decreased by 1, which results underflow of 0x00 to 0xFF, the PC will add 2 steps to skip next  
instruction.  
DECS instruction:  
DECS  
JMP  
BUF0  
C0STEP  
; Jump to C0STEP if ACC is not zero.  
C0STEP:  
NOP  
DECMS instruction:  
DECMS  
JMP  
BUF0  
C0STEP  
; Jump to C0STEP if BUF0 is not zero.  
C0STEP:  
NOP  
SONiX TECHNOLOGY CO., LTD  
Page 30  
Version 1.1  
 复制成功!