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

PFS122-1J16A 参数 Datasheet PDF下载

PFS122-1J16A图片预览
型号: PFS122-1J16A
PDF下载: 下载PDF文件 查看货源
内容描述: [8bit MTP Type MCU with 12-bit R-Type ADC]
分类和应用:
文件页数/大小: 93 页 / 1946 K
品牌: PADAUK [ PADAUK Technology ]
 浏览型号PFS122-1J16A的Datasheet PDF文件第80页浏览型号PFS122-1J16A的Datasheet PDF文件第81页浏览型号PFS122-1J16A的Datasheet PDF文件第82页浏览型号PFS122-1J16A的Datasheet PDF文件第83页浏览型号PFS122-1J16A的Datasheet PDF文件第85页浏览型号PFS122-1J16A的Datasheet PDF文件第86页浏览型号PFS122-1J16A的Datasheet PDF文件第87页浏览型号PFS122-1J16A的Datasheet PDF文件第88页  
PFS122  
8bit MTP MCU with 12-bit R-Type ADC  
dzsn  
izsn  
a
Decrement ACC and skip next instruction if ACC is zero  
Example: dzsn  
Result:  
a;  
A
A - 1,skip next instruction if a = 0  
Affected flags: YZ YC YAC YOV  
M
Increment memory and skip next instruction if memory is zero  
Example: izsn  
Result: MEM  
MEM;  
MEM + 1, skip next instruction if MEM= 0  
Affected flags: YZ YC YAC YOV  
dzsn  
M
Decrement memory and skip next instruction if memory is zero  
Example: dzsn  
Result: MEM  
Affected flags: YZ YC YAC YOV  
MEM;  
MEM - 1, skip next instruction if MEM = 0  
7.7. System control Instructions  
call  
label  
Function call, address can be full range address space  
Example: call  
function1;  
pc + 1  
Result: [sp]  
pc  
sp  
function1  
sp + 2  
Affected flags: NZ NC NAC NOV  
goto label  
Go to specific address which can be full range address space  
Example: goto  
error;  
Result: Go to error and execute program.  
Affected flags: NZ NC NAC NOV  
Place immediate data to ACC, then return  
Example: ret 0x55;  
ret  
I
Result:  
A ← 55h  
ret ;  
Affected flags: NZ NC NAC NOV  
Return to program which had function call  
Example: ret;  
ret  
Result:  
sp ← sp - 2  
pc ← [sp]  
Affected flags: NZ NC NAC NOV  
Return to program that is interrupt service routine. After this command is executed, global  
interrupt is enabled automatically.  
reti  
nop  
Example: reti;  
Affected flags: NZ NC NAC NOV  
No operation  
Example: nop;  
Result: nothing changed  
Affected flags: NZ NC NAC NOV  
Reset Watchdog timer.  
wdreset  
Example: wdreset ;  
Result: Reset Watchdog timer.  
Affected flags: NZ NC NAC NOV  
©Copyright 2020, PADAUK Technology Co. Ltd  
Page 84 of 93  
PDK-DS-PFS122-EN_V000-May 28, 2020  
 
 复制成功!