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

PIC16F767-I/SP 参数 Datasheet PDF下载

PIC16F767-I/SP图片预览
型号: PIC16F767-I/SP
PDF下载: 下载PDF文件 查看货源
内容描述: 28 /40/ 44引脚, 8位CMOS闪存微控制器与10位A / D和纳瓦技术 [28/40/44-Pin, 8-Bit CMOS Flash Microcontrollers with 10-Bit A/D and nanoWatt Technology]
分类和应用: 闪存微控制器和处理器外围集成电路光电二极管时钟
文件页数/大小: 276 页 / 4898 K
品牌: MICROCHIP [ MICROCHIP TECHNOLOGY ]
 浏览型号PIC16F767-I/SP的Datasheet PDF文件第196页浏览型号PIC16F767-I/SP的Datasheet PDF文件第197页浏览型号PIC16F767-I/SP的Datasheet PDF文件第198页浏览型号PIC16F767-I/SP的Datasheet PDF文件第199页浏览型号PIC16F767-I/SP的Datasheet PDF文件第201页浏览型号PIC16F767-I/SP的Datasheet PDF文件第202页浏览型号PIC16F767-I/SP的Datasheet PDF文件第203页浏览型号PIC16F767-I/SP的Datasheet PDF文件第204页  
PIC16F7X7
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,
the 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
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
RETFIE
Syntax:
Operands:
Operation:
Status Affected:
Return from Interrupt
[
label
]
None
TOS
PC,
1
GIE
None
RETFIE
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
RETLW
Syntax:
Operands:
Operation:
Status Affected:
Description:
Return with Literal in W
[
label
]
RETLW k
0
k
255
k
(W);
TOS
PC
None
The W register is loaded with the
eight-bit literal ‘k’. The program
counter is loaded from the top of
the stack (the return address).
This is a two-cycle instruction.
DS30498C-page 198
2004 Microchip Technology Inc.