欢迎访问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文件第73页浏览型号PFS122-1J16A的Datasheet PDF文件第74页浏览型号PFS122-1J16A的Datasheet PDF文件第75页浏览型号PFS122-1J16A的Datasheet PDF文件第76页浏览型号PFS122-1J16A的Datasheet PDF文件第78页浏览型号PFS122-1J16A的Datasheet PDF文件第79页浏览型号PFS122-1J16A的Datasheet PDF文件第80页浏览型号PFS122-1J16A的Datasheet PDF文件第81页  
PFS122  
8bit MTP MCU with 12-bit R-Type ADC  
sub  
M, a  
Subtraction data in ACC from memory, then put result into memory  
Example: sub  
MEM, a;  
Result: MEM ← MEM - a ( MEM + [2’s complement of a] )  
Affected flags: YZ YC YAC YOV  
subc a, M  
subc M, a  
Subtraction data in memory and carry from ACC, then put result into ACC  
Example: subc  
a, MEM;  
Result: a ← a – MEM - C  
Affected flags: YZ YC YAC YOV  
Subtraction ACC and carry bit from memory, then put result into memory  
Example: subc  
MEM, a ;  
Result: MEM ← MEM – a - C  
Affected flags: YZ YC YAC YOV  
subc  
subc  
a
Subtraction carry from ACC, then put result into ACC  
Example: subc  
a;  
Result: a ← a - C  
Affected flags: YZ YC YAC YOV  
M
Subtraction carry from the content of memory, then put result into memory  
Example: subc  
MEM;  
Result: MEM ← MEM - C  
Affected flags: YZ YC YAC YOV  
inc  
M
Increment the content of memory  
Example: inc  
MEM ;  
Result: MEM ← MEM + 1  
Affected flags: YZ YC YAC YOV  
dec  
M
Decrement the content of memory  
Example: dec  
MEM;  
Result: MEM ← MEM - 1  
Affected flags: YZ YC YAC YOV  
clear  
M
Clear the content of memory  
Example: clear  
Result: MEM ← 0  
Affected flags: NZ NC NAC NOV  
MEM ;  
©Copyright 2020, PADAUK Technology Co. Ltd  
Page 77 of 93  
PDK-DS-PFS122-EN_V000-May 28, 2020  
 复制成功!