參數(shù)資料
型號: PIC12F505
廠商: Microchip Technology Inc.
元件分類: 8位微控制器
英文描述: 8/14-Pin, 8-Bit Flash Microcontrollers
中文描述: 8/14-Pin,8位閃存微控制器
文件頁數(shù): 60/100頁
文件大?。?/td> 741K
代理商: PIC12F505
PIC12F508/509/16F505
DS41236C-page 58
Preliminary
2007 Microchip Technology Inc.
BTFSS
Bit Test f, Skip if Set
Syntax:
Operands:
[
label
] BTFSS f,b
0
f
31
0
b < 7
skip if (f<b>) =
1
None
If bit ‘b’ in register ‘f’ is ‘
1
’, then the
next instruction is skipped.
If bit ‘b’ is ‘
1
’, then the next instruc-
tion fetched during the current
instruction execution, is discarded
and a
NOP
is executed instead,
making this a two-cycle instruction.
Operation:
Status Affected:
Description:
CALL
Syntax:
Operands:
Operation:
Subroutine Call
[
label
] CALL k
0
k
255
(PC) + 1
Top-of-Stack;
k
PC<7:0>;
(STATUS<6:5>)
PC<10:9>;
0
PC<8>
None
Subroutine call. First, return
address (PC + 1) is PUSHed onto
the stack. The eight-bit immediate
address is loaded into PC
bits <7:0>. The upper bits
PC<10:9> are loaded from
STATUS<6:5>, PC<8> is cleared.
CALL
is a two-cycle instruction.
Status Affected:
Description:
CLRF
Syntax:
Operands:
Operation:
Clear f
[
label
] CLRF f
0
f
31
00h
(f);
1
Z
Z
The contents of register ‘f’ are
cleared and the Z bit is set.
Status Affected:
Description:
CLRW
Syntax:
Operands:
Operation:
Clear W
[
label
] CLRW
None
00h
(W);
1
Z
Z
The W register is cleared. Zero bit
(Z) is set.
Status Affected:
Description:
CLRWDT
Syntax:
Operands:
Operation:
Clear Watchdog Timer
[
label
] CLRWDT
None
00h
WDT;
0
WDT prescaler (if assigned);
1
TO;
1
PD
TO, PD
The
CLRWDT
instruction resets the
WDT. It also resets the prescaler, if
the prescaler is assigned to the
WDT and not Timer0. Status bits
TO and PD are set.
Status Affected:
Description:
COMF
Syntax:
Operands:
Complement f
[
label
] COMF f,d
0
f
31
d
[0,1]
(f)
(dest)
Z
The contents of register ‘f’ are
complemented. If ‘d’ is ‘
0
’, the
result is stored in the W register. If
‘d’ is ‘
1
’, the result is stored back in
register ‘f’.
Operation:
Status Affected:
Description:
相關PDF資料
PDF描述
PIC12F506 8/14-Pin, 8-Bit Flash Microcontroller
PIC12F510_07 8/14-Pin, 8-Bit Flash Microcontroller
PIC12F510 8/14-Pin, 8-Bit Flash Microcontroller
PIC12F519 8-Pin, 8-Bit Flash Microcontroller
PIC12F609 8-bit PIC㈢ Microcontrollers with High Voltage Support and Fan Control Capabilities
相關代理商/技術參數(shù)
參數(shù)描述
PIC12F505TE/MC 制造商:MICROCHIP 制造商全稱:Microchip Technology 功能描述:8/14-Pin, 8-Bit Flash Microcontrollers
PIC12F505TE/MG 制造商:MICROCHIP 制造商全稱:Microchip Technology 功能描述:8/14-Pin, 8-Bit Flash Microcontrollers
PIC12F505TE/MS 制造商:MICROCHIP 制造商全稱:Microchip Technology 功能描述:8/14-Pin, 8-Bit Flash Microcontrollers
PIC12F505TE/P 制造商:MICROCHIP 制造商全稱:Microchip Technology 功能描述:8/14-Pin, 8-Bit Flash Microcontrollers
PIC12F505TE/SL 制造商:MICROCHIP 制造商全稱:Microchip Technology 功能描述:8/14-Pin, 8-Bit Flash Microcontrollers