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

PIC16C65B-04/L 参数 Datasheet PDF下载

PIC16C65B-04/L图片预览
型号: PIC16C65B-04/L
PDF下载: 下载PDF文件 查看货源
内容描述: 40分之28引脚8位CMOS微控制器 [28/40-Pin 8-Bit CMOS Microcontrollers]
分类和应用: 微控制器和处理器外围集成电路PC可编程只读存储器时钟
文件页数/大小: 184 页 / 2121 K
品牌: MICROCHIP [ MICROCHIP TECHNOLOGY ]
 浏览型号PIC16C65B-04/L的Datasheet PDF文件第102页浏览型号PIC16C65B-04/L的Datasheet PDF文件第103页浏览型号PIC16C65B-04/L的Datasheet PDF文件第104页浏览型号PIC16C65B-04/L的Datasheet PDF文件第105页浏览型号PIC16C65B-04/L的Datasheet PDF文件第107页浏览型号PIC16C65B-04/L的Datasheet PDF文件第108页浏览型号PIC16C65B-04/L的Datasheet PDF文件第109页浏览型号PIC16C65B-04/L的Datasheet PDF文件第110页  
PIC16C63A/65B/73B/74B
SUBLW
Syntax:
Operands:
Operation:
Description:
Subtract W from Literal
[
label
] SUBLW k
0
k
255
k - (W)
→ (W)
The W register is subtracted (2’s com-
plement method) from the eight bit lit-
eral 'k'. The result is placed in the W
register.
XORLW
Syntax:
Operands:
Operation:
Status Affected:
Description:
Exclusive OR Literal with W
[label]
XORLW k
0
k
255
(W) .XOR. k
→ (W)
Z
The contents of the W register are
XOR’ed with the eight bit literal 'k'.
The result is placed in the W
register.
Status Affected: C, DC, Z
SUBWF
Syntax:
Operands:
Operation:
Description:
Subtract W from f
[
label
] SUBWF f,d
0
f
127
d
[0,1]
(f) - (W)
→ (destination)
Subtract (2’s complement method) W
register from register 'f'. If 'd' is 0, the
result is stored in the W register. If 'd' is
1, the result is stored back in register 'f'.
XORWF
Syntax:
Operands:
Operation:
Status Affected:
Description:
Exclusive OR W with f
[label]
XORWF
f,d
0
f
127
d
[0,1]
(W) .XOR. (f)
→ (destination)
Z
Exclusive OR the contents of the W
register with register 'f'. If 'd' is 0, the
result is stored in the W register. If 'd'
is 1, the result is stored back in
register 'f'.
Status Affected: C, DC, Z
SWAPF
Syntax:
Operands:
Operation:
Status Affected:
Description:
Swap Nibbles in f
[
label
] SWAPF f,d
0
f
127
d
[0,1]
(f<3:0>)
(destination<7:4>),
(f<7:4>)
(destination<3:0>)
None
The upper and lower nibbles of regis-
ter 'f' are exchanged. If 'd' is 0, the
result is placed in W register. If 'd' is 1,
the result is placed in register 'f'.
DS30605C-page 106
2000 Microchip Technology Inc.