PIC16LF628A-I/ML Microchip Technology, PIC16LF628A-I/ML Datasheet - Page 130

IC,MICROCONTROLLER,8-BIT,PIC CPU,CMOS,LLCC,28PIN,PLASTIC

PIC16LF628A-I/ML

Manufacturer Part Number
PIC16LF628A-I/ML
Description
IC,MICROCONTROLLER,8-BIT,PIC CPU,CMOS,LLCC,28PIN,PLASTIC
Manufacturer
Microchip Technology
Series
PIC® 16Fr
Datasheets

Specifications of PIC16LF628A-I/ML

Rohs Compliant
YES
Core Processor
PIC
Core Size
8-Bit
Speed
20MHz
Connectivity
UART/USART
Peripherals
Brown-out Detect/Reset, POR, PWM, WDT
Number Of I /o
16
Program Memory Size
3.5KB (2K x 14)
Program Memory Type
FLASH
Eeprom Size
128 x 8
Ram Size
224 x 8
Voltage - Supply (vcc/vdd)
2 V ~ 5.5 V
Oscillator Type
Internal
Operating Temperature
-40°C ~ 85°C
Package / Case
28-VQFN Exposed Pad, 28-HVQFN, 28-SQFN, 28-DHVQFN
Lead Free Status / RoHS Status
Contains lead / RoHS non-compliant
Data Converters
-
Lead Free Status / RoHS Status
Contains lead / RoHS non-compliant
PIC16F627A/628A/648A
DS40044G-page 130
XORLW
Syntax:
Operands:
Operation:
Status Affected:
Encoding:
Description:
Words:
Cycles:
Example:
Exclusive OR Literal with W
[ label ] XORLW k
0 ≤ k ≤ 255
(W) .XOR. k → (W)
Z
11
The contents of the W register
are XOR’ed with the eight-bit
literal ‘k’. The result is placed in
the W register.
1
1
XORLW
Before Instruction
After Instruction
W = 0x1A
W = 0xB5
1010
0xAF
kkkk
kkkk
XORWF
Syntax:
Operands:
Operation:
Status Affected:
Encoding:
Description:
Words:
Cycles:
Example
Exclusive OR W with f
[ label ]
0 ≤ f ≤ 127
d ∈ [0,1]
(W) .XOR. (f) → (dest)
Z
00
Exclusive OR 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
XORWF
Before Instruction
After Instruction
© 2009 Microchip Technology Inc.
REG1 = 0xAF
W
REG1 = 0x1A
W
XORWF
0110
REG1, 1
= 0xB5
= 0xB5
dfff
f,d
ffff

Related parts for PIC16LF628A-I/ML