欢迎访问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文件第75页浏览型号PFS122-1J16A的Datasheet PDF文件第76页浏览型号PFS122-1J16A的Datasheet PDF文件第77页浏览型号PFS122-1J16A的Datasheet PDF文件第78页浏览型号PFS122-1J16A的Datasheet PDF文件第80页浏览型号PFS122-1J16A的Datasheet PDF文件第81页浏览型号PFS122-1J16A的Datasheet PDF文件第82页浏览型号PFS122-1J16A的Datasheet PDF文件第83页  
PFS122  
8bit MTP MCU with 12-bit R-Type ADC  
7.4. Logic Operation Instructions  
and  
and  
and  
or  
a, I  
a, M  
M, a  
a, I  
Perform logic AND on ACC and immediate data, then put result into ACC  
Example: and a, 0x0f ;  
Result: a ← a & 0fh  
Affected flags: YZ NC NAC NOV  
Perform logic AND on ACC and memory, then put result into ACC  
Example: and  
a, RAM10 ;  
Result: a ← a & RAM10  
Affected flags: YZ NC NAC NOV  
Perform logic AND on ACC and memory, then put result into memory  
Example: and  
MEM, a ;  
Result: MEM ← a & MEM  
Affected flags: YZ NC NAC NOV  
Perform logic OR on ACC and immediate data, then put result into ACC  
Example: or  
a, 0x0f ;  
Result: a ← a | 0fh  
Affected flags: YZ NC NAC NOV  
or  
a, M  
Perform logic OR on ACC and memory, then put result into ACC  
Example: or  
a, MEM ;  
Result: a ← a | MEM  
Affected flags: YZ NC NAC NOV  
or  
M, a  
a, I  
Perform logic OR on ACC and memory, then put result into memory  
Example: or  
MEM, a ;  
Result: MEM ← a | MEM  
Affected flags: YZ NC NAC NOV  
xor  
xor  
Perform logic XOR on ACC and immediate data, then put result into ACC  
Example: xor  
a, 0x0f ;  
Result: a ← a ^ 0fh  
Affected flags: YZ NC NAC NOV  
IO, a  
Perform logic XOR on ACC and IO register, then put result into IO register  
Example: xor  
pa, a ;  
Result: pa ← a ^ pa ; // pa is the data register of port A  
Affected flags: NZ NC NAC NOV  
xor  
xor  
a, M  
M, a  
Perform logic XOR on ACC and memory, then put result into ACC  
Example: xor  
a, MEM ;  
Result: a ← a ^ RAM10  
Affected flags: YZ NC NAC NOV  
Perform logic XOR on ACC and memory, then put result into memory  
Example:  
xor  
MEM, a ;  
Result:  
MEM ← a ^ MEM  
Affected flags: YZ NC NAC NOV  
©Copyright 2020, PADAUK Technology Co. Ltd  
Page 79 of 93  
PDK-DS-PFS122-EN_V000-May 28, 2020  
 
 复制成功!