欢迎访问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文件第100页浏览型号PIC16C65B-04/L的Datasheet PDF文件第101页浏览型号PIC16C65B-04/L的Datasheet PDF文件第102页浏览型号PIC16C65B-04/L的Datasheet PDF文件第103页浏览型号PIC16C65B-04/L的Datasheet PDF文件第105页浏览型号PIC16C65B-04/L的Datasheet PDF文件第106页浏览型号PIC16C65B-04/L的Datasheet PDF文件第107页浏览型号PIC16C65B-04/L的Datasheet PDF文件第108页  
PIC16C63A/65B/73B/74B
IORLW
Syntax:
Operands:
Operation:
Status Affected:
Description:
Inclusive OR Literal with W
[
label
]
IORLW k
0
k
255
(W) .OR. k
(W)
Z
The contents of the W register are
OR’ed with the eight bit literal 'k'. The
result is placed in the W register.
MOVLW
Syntax:
Operands:
Operation:
Status Affected:
Description:
Move Literal to W
[
label
]
k
(W)
None
The eight bit literal 'k' is loaded into
W register. The don’t cares will
assemble as 0’s.
MOVLW k
0
k
255
IORWF
Syntax:
Operands:
Operation:
Status Affected:
Description:
Inclusive OR W with f
[
label
]
IORWF
f,d
0
f
127
d
[0,1]
(W) .OR. (f)
(destination)
Z
Inclusive OR the W register with regis-
ter 'f'. If 'd' is 0 the result is placed in
the W register. If 'd' is 1 the result is
placed back in register 'f'.
MOVWF
Syntax:
Operands:
Operation:
Status Affected:
Description:
Move W to f
[
label
]
(W)
(f)
None
Move data from W register to
register 'f'.
MOVWF
f
0
f
127
MOVF
Syntax:
Operands:
Operation:
Status Affected:
Description:
Move f
[
label
]
MOVF f,d
0
f
127
d
[0,1]
(f)
(destination)
Z
The contents of register f are moved
to a destination dependant upon the
status of d. If d = 0, destination is W
register. If d = 1, the destination is file
register f itself. d = 1 is useful to test a
file register since status flag Z is
affected.
NOP
Syntax:
Operands:
Operation:
Status Affected:
Description:
No Operation
[
label
]
None
No operation
None
No operation.
NOP
DS30605C-page 104
2000 Microchip Technology Inc.