參數(shù)資料
型號(hào): PIC12C67X
廠商: Microchip Technology Inc.
英文描述: 8-Pin, 8-Bit CMOS Microcontroller with A/D Converter and EEPROM Data Memory
中文描述: 8引腳,8位CMOS微控制器與A / D轉(zhuǎn)換器和EEPROM數(shù)據(jù)存儲(chǔ)器
文件頁數(shù): 73/129頁
文件大?。?/td> 931K
代理商: PIC12C67X
1999 Microchip Technology Inc.
DS30561B-page 73
PIC12C67X
BCF
Syntax:
Operands:
Bit Clear f
[ label BCF f,b
0
f
127
0
b
7
0
(f<b>)
None
Operation:
Status Affected:
Encoding:
Description:
Words:
Cycles:
Example
01
00bb
bfff
ffff
Bit ’b’ in register ’f’ is cleared.
1
1
BCF
FLAG_REG, 7
Before Instruction
FLAG_REG = 0xC7
After Instruction
FLAG_REG = 0x47
BSF
Syntax:
Operands:
Bit Set f
[ label BSF f,b
0
f
127
0
b
7
1
(f<b>)
None
Operation:
Status Affected:
Encoding:
Description:
Words:
Cycles:
Example
01
01bb
bfff
ffff
Bit ’b’ in register ’f’ is set.
1
1
BSF
FLAG_REG, 7
Before Instruction
FLAG_REG = 0x0A
After Instruction
FLAG_REG = 0x8A
BTFSC
Syntax:
Operands:
Bit Test, Skip if Clear
[ label BTFSC f,b
0
f
127
0
b
7
skip if (f<b>) = 0
None
Operation:
Status Affected:
Encoding:
Description:
01
10bb
bfff
ffff
If bit ’b’ in register ’f’ is ’0’, then the
next instruction is skipped.
If bit ’b’ is ’0’, then the next instruc-
tion fetched during the current
instruction execution is discarded,
and a
NOP
is executed instead,
making this a 2 cycle instruction.
1
1(2)
Words:
Cycles:
Example
HERE
FALSE
TRUE
BTFSC
GOTO
FLAG,1
PROCESS_CO
DE
Before Instruction
PC =
address
HERE
After Instruction
if FLAG<1> = 0,
PC = address
TRUE
if FLAG<1>=1,
PC = address
FALSE
相關(guān)PDF資料
PDF描述
pic12ce674 8-Pin, 8-Bit CMOS Microcontroller with A/D Converter(具A/D轉(zhuǎn)換器和EEPROM數(shù)據(jù)存儲(chǔ)器的8位微控制器)
PIC12CR509A 8-Pin, 8-Bit CMOS Microcontrollers
PIC12F505 8/14-Pin, 8-Bit Flash Microcontrollers
PIC12F506 8/14-Pin, 8-Bit Flash Microcontroller
PIC12F510_07 8/14-Pin, 8-Bit Flash Microcontroller
相關(guān)代理商/技術(shù)參數(shù)
參數(shù)描述
PIC12C67X_13 制造商:MICROCHIP 制造商全稱:Microchip Technology 功能描述:8-Pin, 8-Bit CMOS Microcontroller with A/D Converter and EEPROM Data Memory
PIC12CE-04/EJW 制造商:MICROCHIP 制造商全稱:Microchip Technology 功能描述:8-Pin, 8-Bit CMOS Microcontrollers
PIC12CE-04/EP 制造商:MICROCHIP 制造商全稱:Microchip Technology 功能描述:8-Pin, 8-Bit CMOS Microcontrollers
PIC12CE-04/ESM 制造商:MICROCHIP 制造商全稱:Microchip Technology 功能描述:8-Pin, 8-Bit CMOS Microcontrollers
PIC12CE-04/ESN 制造商:MICROCHIP 制造商全稱:Microchip Technology 功能描述:8-Pin, 8-Bit CMOS Microcontrollers