PIC16C432-E/SS Microchip Technology, PIC16C432-E/SS Datasheet - Page 64

IC MCU CMOS 8BIT 20MHZ 2K 20SSOP

PIC16C432-E/SS

Manufacturer Part Number
PIC16C432-E/SS
Description
IC MCU CMOS 8BIT 20MHZ 2K 20SSOP
Manufacturer
Microchip Technology
Series
PIC® 16Cr
Datasheets

Specifications of PIC16C432-E/SS

Core Processor
PIC
Core Size
8-Bit
Speed
20MHz
Connectivity
LIN (Local Interconnect Network)
Peripherals
Brown-out Detect/Reset, POR, WDT
Number Of I /o
12
Program Memory Size
3.5KB (2K x 14)
Program Memory Type
OTP
Ram Size
128 x 8
Voltage - Supply (vcc/vdd)
4.5 V ~ 5.5 V
Oscillator Type
External
Operating Temperature
-40°C ~ 125°C
Package / Case
20-SSOP
For Use With
XLT20SS-1 - SOCKET TRANSITION 18DIP 20SSOPAC164307 - MODULE SKT FOR PM3 28SSOPAC164029 - MODULE SKT PROMATEII 20DIP/SSOP
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
Eeprom Size
-
Data Converters
-
PIC16C432
10.1
DS41140B-page 62
ADDLW
Syntax:
Operands:
Operation:
Status Affected:
Encoding:
Description:
Words:
Cycles:
Example
ADDWF
Syntax:
Operands:
Operation:
Status Affected:
Encoding:
Description:
Words:
Cycles:
Example
Instruction Descriptions
Add Literal and W
[ label ] ADDLW
0
(W) + k
C, DC, Z
The contents of the W register are
added to the eight bit literal ’k’ and
the result is placed in the W regis-
ter.
1
1
ADDLW
Before Instruction
After Instruction
Add W and f
[ label ] ADDWF
0
d
(W) + (f)
C, DC, Z
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’.
1
1
ADDWF
Before Instruction
After Instruction
00
11
k
f
[0,1]
127
255
W
W
W
FSR =
W
FSR =
(W)
FSR,
0x15
111x
0111
(dest)
=
=
=
=
0x10
0x25
0x17
0xC2
0xD9
0xC2
k
f,d
kkkk
0
dfff
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
AND Literal with W
[ label ] ANDLW
0
(W) .AND. (k)
Z
The contents of W register are
AND’ed with the eight bit literal 'k'.
The result is placed in the W regis-
ter.
1
1
ANDLW
Before Instruction
After Instruction
AND W with f
[ label ] ANDWF
0
d
(W) .AND. (f)
Z
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'.
1
1
ANDWF
Before Instruction
After Instruction
11
00
k
f
[0,1]
2002 Microchip Technology Inc.
255
127
W
FSR =
W
FSR =
W
W
0x5F
1001
FSR,
0101
=
=
=
=
(W)
(dest)
0x17
0xC2
0x17
0xA3
0x03
0x02
k
1
kkkk
f,d
dfff
kkkk
ffff

Related parts for PIC16C432-E/SS