PIC16C558-20/P Microchip Technology, PIC16C558-20/P Datasheet - Page 58

IC MCU OTP 2KX14 18DIP

PIC16C558-20/P

Manufacturer Part Number
PIC16C558-20/P
Description
IC MCU OTP 2KX14 18DIP
Manufacturer
Microchip Technology
Series
PIC® 16Cr
Datasheets

Specifications of PIC16C558-20/P

Core Size
8-Bit
Program Memory Size
3.5KB (2K x 14)
Oscillator Type
External
Core Processor
PIC
Speed
20MHz
Peripherals
POR, WDT
Number Of I /o
13
Program Memory Type
OTP
Ram Size
128 x 8
Voltage - Supply (vcc/vdd)
3 V ~ 5.5 V
Operating Temperature
0°C ~ 70°C
Package / Case
18-DIP (0.300", 7.62mm)
Controller Family/series
PIC16C
No. Of I/o's
13
Ram Memory Size
24Byte
Cpu Speed
20MHz
No. Of Timers
1
Digital Ic Case
RoHS Compliant
Rohs Compliant
Yes
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
Eeprom Size
-
Data Converters
-
Connectivity
-
Lead Free Status / RoHS Status
Lead free / RoHS Compliant

Available stocks

Company
Part Number
Manufacturer
Quantity
Price
Part Number:
PIC16C558-20/P
Manufacturer:
N/A
Quantity:
20 000
PIC16C55X
Syntax:
Operands:
Operation:
Status Affected:
Encoding:
Description:
Words:
Cycles:
Example
DS40143D-page 56
BCF
Syntax:
Operands:
Operation:
Status Affected:
Encoding:
Description:
Words:
Cycles:
Example
BSF
Bit 'b' in register 'f' is cleared.
Before Instruction
After Instruction
[ label ] BSF
0 ≤ f ≤ 127
0 ≤ b ≤ 7
1 → (f<b>)
None
Bit 'b' in register 'f' is set.
1
1
Before Instruction
After Instruction
Bit Clear f
[ label ] BCF
0 ≤ f ≤ 127
0 ≤ b ≤ 7
0 → (f<b>)
None
01
1
1
BCF
Bit Set f
BSF
01
FLAG_REG
FLAG_REG
FLAG_REG
FLAG_REG
00bb
FLAG_REG, 7
01bb
FLAG_REG,
f,b
f,b
bfff
bfff
=
=
=
=
0x0A
0x8A
0xC7
0x47
7
ffff
ffff
Preliminary
Syntax:
Operands:
Operation:
Status Affected:
Encoding:
Description:
Words:
Cycles:
Example
BTFSC
[ label ] BTFSC f,b
0 ≤ f ≤ 127
0 ≤ b ≤ 7
skip if (f<b>) = 0
None
If bit 'b' in register 'f' is '0' then the next
instruction is skipped. If bit 'b' is '0' then
the next instruction fetched during the
current instruction execution is dis-
carded, and a NOP is executed instead,
making this a two-cycle instruction.
1
1(2)
Before Instruction
After Instruction
Bit Test, Skip if Clear
HERE
FALSE
TRUE
01
 2002 Microchip Technology Inc.
PC
if FLAG<1> = 0,
PC
if FLAG<1> = 1,
PC
10bb
BTFSC
GOTO
=
=
=
address TRUE
address HERE
address FALSE
bfff
FLAG,1
PROCESS_CODE
ffff

Related parts for PIC16C558-20/P