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

PIC10F204-I/P 参数 Datasheet PDF下载

PIC10F204-I/P图片预览
型号: PIC10F204-I/P
PDF下载: 下载PDF文件 查看货源
内容描述: 6引脚8位闪存微控制器 [6-Pin, 8-Bit Flash Microcontrollers]
分类和应用: 闪存微控制器和处理器外围集成电路光电二极管PC时钟
文件页数/大小: 96 页 / 1447 K
品牌: MICROCHIP [ MICROCHIP TECHNOLOGY ]
 浏览型号PIC10F204-I/P的Datasheet PDF文件第55页浏览型号PIC10F204-I/P的Datasheet PDF文件第56页浏览型号PIC10F204-I/P的Datasheet PDF文件第57页浏览型号PIC10F204-I/P的Datasheet PDF文件第58页浏览型号PIC10F204-I/P的Datasheet PDF文件第60页浏览型号PIC10F204-I/P的Datasheet PDF文件第61页浏览型号PIC10F204-I/P的Datasheet PDF文件第62页浏览型号PIC10F204-I/P的Datasheet PDF文件第63页  
PIC10F200/202/204/206
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.
Status Affected:
Description:
SLEEP
Syntax:
Operands:
Operation:
Enter SLEEP Mode
[
label
] SLEEP
None
00h
WDT;
0
WDT prescaler;
1
TO;
0
PD
TO, PD, RBWUF
Time-out Status bit (TO) is set. The
Power-down Status bit (PD) is
cleared.
RBWUF is unaffected.
The WDT and its prescaler are
cleared.
The processor is put into Sleep
mode with the oscillator stopped.
See
for more details.
RLF
Syntax:
Operands:
Operation:
Status Affected:
Description:
Rotate Left f through Carry
[
label
]
0
f
31
d
[0,1]
See description below
C
The contents of register ‘f’ are
rotated one bit to the left through
the Carry flag. If ‘d’ is ‘0’, the result
is placed in the W register. If ‘d’ is
‘1’, the result is stored back in
register ‘f’.
C
register ‘f’
SUBWF
Syntax:
Operands:
Operation:
Status Affected:
Description:
Subtract W from f
[
label
] SUBWF f,d
0
f
31
d
[0,1]
(f) – (W)
→ (dest)
C, DC, Z
Subtract (2’s complement method)
the 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’.
RLF
f,d
RRF
Syntax:
Operands:
Operation:
Status Affected:
Description:
Rotate Right f through Carry
[
label
]
0
f
31
d
[0,1]
See description below
C
The contents of register ‘f’ are
rotated one bit to the right through
the Carry flag. If ‘d’ is ‘0’, the result
is placed in the W register. If ‘d’ is
‘1’, the result is placed back in
register ‘f’.
C
register ‘f’
SWAPF
Syntax:
Operands:
Operation:
Status Affected:
Description:
Swap Nibbles in f
[
label
] SWAPF f,d
0
f
31
d
[0,1]
(f<3:0>)
(dest<7:4>);
(f<7:4>)
(dest<3:0>)
None
The upper and lower nibbles of
register ‘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’.
RRF f,d
©
2007 Microchip Technology Inc.
DS41239D-page 57