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

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
DS41140B-page 68
MOVLW
Syntax:
Operands:
Operation:
Status Affected:
Encoding:
Description:
Words:
Cycles:
Example
MOVF
Syntax:
Operands:
Operation:
Status Affected:
Encoding:
Description:
Words:
Cycles:
Example
Move Literal to W
[ label ]
0
k
None
11
The eight bit literal ’k’ is loaded into
W register. The don’t cares will
assemble as 0’s.
1
1
MOVLW
After Instruction
Move f
[ label ]
0
d
(f)
Z
00
The contents of register f are
moved to a destination dependant
upon the status of d. If d = 0, des-
tination is W register. If d = 1, the
destination is file register f itself. d
= 1 is useful to test a file register
since status flag Z is affected.
1
1
MOVF
After Instruction
k
f
[0,1]
(W)
(dest)
127
255
W = value in FSR register
Z = 1
W = 0x5A
MOVLW k
MOVF f,d
1000
FSR,
00xx
0x5A
dfff
0
kkkk
ffff
kkkk
Preliminary
MOVWF
Syntax:
Operands:
Operation:
Status Affected:
Encoding:
Description:
Words:
Cycles:
Example
NOP
Syntax:
Operands:
Operation:
Status Affected:
Encoding:
Description:
Words:
Cycles:
Example
Move W to f
[ label ]
0
(W)
None
00
Move data from W register to regis-
ter 'f'.
1
1
MOVWF
Before Instruction
After Instruction
No Operation
[ label ]
None
No operation
None
00
No operation.
1
1
NOP
f
2002 Microchip Technology Inc.
127
(f)
OPTION = 0xFF
W = 0x4F
OPTION = 0x4F
W = 0x4F
MOVWF
NOP
0000
0000
OPTION
0xx0
1fff
f
0000
ffff

Related parts for PIC16C432-E/SS