PIC16C711-04/P Microchip Technology Inc., PIC16C711-04/P Datasheet - Page 72

no-image

PIC16C711-04/P

Manufacturer Part Number
PIC16C711-04/P
Description
18 PIN, 1.75 KB OTP, 68 RAM, 13 I/O
Manufacturer
Microchip Technology Inc.
Datasheet

Specifications of PIC16C711-04/P

A/d Inputs
4-Channel, 8-Bit
Cpu Speed
5 MIPS
Eeprom Memory
0 Bytes
Input Output
13
Memory Type
OTP
Number Of Bits
8
Package Type
18-pin PDIP
Programmable Memory
1.75K Bytes
Ram Size
68 Bytes
Speed
20 MHz
Timers
1-8-bit
Voltage, Range
2.5-5.5 V
Lead Free Status / Rohs Status
RoHS Compliant part Electrostatic Device

Available stocks

Company
Part Number
Manufacturer
Quantity
Price
Part Number:
PIC16C711-04/P
Manufacturer:
TI
Quantity:
9
Part Number:
PIC16C711-04/P
Manufacturer:
MICROCHIP/微芯
Quantity:
20 000
PIC16C71X
BCF
Syntax:
Operands:
Operation:
Status Affected:
Encoding:
Description:
Words:
Cycles:
Q Cycle Activity:
Example
BSF
Syntax:
Operands:
Operation:
Status Affected:
Encoding:
Description:
Words:
Cycles:
Q Cycle Activity:
Example
DS30272A-page 72
Bit Clear f
[ label ] BCF
0
0
0
None
Bit 'b' in register 'f' is cleared
1
1
Before Instruction
After Instruction
Bit Set f
[ label ] BSF
0
0
1
None
Bit 'b' in register 'f' is set.
1
1
Before Instruction
After Instruction
Decode
BCF
Decode
BSF
Q1
Q1
01
01
f
b
f
b
(f<b>)
(f<b>)
127
127
7
7
FLAG_REG = 0xC7
FLAG_REG = 0x47
FLAG_REG = 0x0A
FLAG_REG = 0x8A
register
register
00bb
01bb
FLAG_REG,
Read
FLAG_REG, 7
Read
Q2
Q2
'f'
'f'
f,b
f,b
Process
Process
bfff
bfff
data
data
Q3
Q3
.
7
register 'f'
register 'f'
ffff
ffff
Write
Write
Q4
Q4
BTFSC
Syntax:
Operands:
Operation:
Status Affected:
Encoding:
Description:
Words:
Cycles:
Q Cycle Activity:
Example
If Skip:
Bit Test, Skip if Clear
[ label ] BTFSC f,b
0
0
skip if (f<b>) = 0
None
If bit 'b' in register 'f' is '1' then the next
instruction is executed.
If bit 'b', in register 'f', is '0' then the next
instruction is discarded, and a NOP is
executed instead, making this a 2T
instruction
1
1(2)
Before Instruction
After Instruction
(2nd Cycle)
HERE
FALSE
TRUE
Decode
01
NOP
Q1
Q1
f
b
1997 Microchip Technology Inc.
127
7
.
PC =
if FLAG<1> = 0,
PC =
if FLAG<1>=1,
PC =
register 'f'
10bb
BTFSC
GOTO
Read
NOP
Q2
Q2
address HERE
address TRUE
address FALSE
FLAG,1
PROCESS_CODE
Process
bfff
NOP
data
Q3
Q3
ffff
CY
NOP
NOP
Q4
Q4

Related parts for PIC16C711-04/P