PIC16C554-04/P Microchip Technology, PIC16C554-04/P Datasheet - Page 57

IC MCU OTP 512X14 18DIP

PIC16C554-04/P

Manufacturer Part Number
PIC16C554-04/P
Description
IC MCU OTP 512X14 18DIP
Manufacturer
Microchip Technology
Series
PIC® 16Cr
Datasheets

Specifications of PIC16C554-04/P

Core Size
8-Bit
Program Memory Size
896B (512 x 14)
Core Processor
PIC
Speed
4MHz
Peripherals
POR, WDT
Number Of I /o
13
Program Memory Type
OTP
Ram Size
80 x 8
Voltage - Supply (vcc/vdd)
3 V ~ 5.5 V
Oscillator Type
External
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
80Byte
Cpu Speed
4MHz
No. Of Timers
1
Core
PIC
Processor Series
PIC16C
Data Bus Width
8 bit
Maximum Clock Frequency
20 MHz
Data Ram Size
80 B
Data Rom Size
80 B
Number Of Programmable I/os
13
Number Of Timers
8
Operating Supply Voltage
2.5 V to 5.5 V
Mounting Style
Through Hole
Height
3.3 mm
Length
22.86 mm
Maximum Operating Temperature
+ 70 C
Minimum Operating Temperature
0 C
Supply Voltage (max)
5.5 V
Supply Voltage (min)
3 V
Width
6.35 mm
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
For Use With
ISPICR1 - ADAPTER IN-CIRCUIT PROGRAMMING309-1059 - ADAPTER 18 ZIF BD W/18SO PLUGSDVA16XP180 - ADAPTER DEVICE FOR MPLAB-ICEAC164010 - MODULE SKT PROMATEII DIP/SOIC
Eeprom Size
-
Data Converters
-
Connectivity
-
Lead Free Status / Rohs Status
 Details
8.1
 2002 Microchip Technology Inc.
ADDLW
Syntax:
Operands:
Operation:
Status Affected:
Encoding:
Description:
Words:
Cycles:
Example
ADDWF
Syntax:
Operands:
Operation:
Status Affected:
Encoding:
Description:
Words:
Cycles:
Example
Instruction Descriptions
The contents of the W register are
added to the eight bit literal 'k' and the
result is placed in the W register.
Add the contents of the W register
with 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'.
Add Literal and W
[ label ] ADDLW
0 ≤ k ≤ 255
(W) + k → (W)
C, DC, Z
11
1
1
ADDLW
Before Instruction
After Instruction
Add W and f
[ label ] ADDWF
0 ≤ f ≤ 127
d ∈ [0,1]
(W) + (f) → (dest)
C, DC, Z
00
1
1
ADDWF
Before Instruction
After Instruction
W
W
W
FSR =
W
FSR =
111x
0x15
0111
FSR,
=
=
=
=
0x10
0x25
0x17
0xC2
0xD9
0xC2
kkkk
dfff
0
k
f,d
kkkk
ffff
Preliminary
ANDLW
Syntax:
Operands:
Operation:
Status Affected:
Encoding:
Description:
Words:
Cycles:
Example
ANDWF
Syntax:
Operands:
Operation:
Status Affected:
Encoding:
Description:
Words:
Cycles:
Example
The contents of W register are
AND’ed with the eight bit literal 'k'. The
result is placed in the W register.
AND the W register with 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'.
AND Literal with W
[ label ] ANDLW
0 ≤ k ≤ 255
(W) .AND. (k) → (W)
Z
11
1
1
ANDLW
Before Instruction
After Instruction
AND W with f
[ label ] ANDWF
0 ≤ f ≤ 127
d ∈ [0,1]
(W) .AND. (f) → (dest)
Z
00
1
1
ANDWF
Before Instruction
After Instruction
PIC16C55X
W
W
FSR =
W
FSR =
W
1001
0x5F
0101
FSR,
=
=
=
=
DS40143D-page 55
0xA3
0x03
0x17
0xC2
0x17
0x02
kkkk
dfff
1
k
f,d
kkkk
ffff

Related parts for PIC16C554-04/P