PIC16F627-20E/P Microchip Technology, PIC16F627-20E/P Datasheet - Page 115

IC MCU FLASH 1KX14 18-DIP

PIC16F627-20E/P

Manufacturer Part Number
PIC16F627-20E/P
Description
IC MCU FLASH 1KX14 18-DIP
Manufacturer
Microchip Technology
Series
PIC® 16Fr
Datasheet

Specifications of PIC16F627-20E/P

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
1.75KB (1K x 14)
Program Memory Type
FLASH
Eeprom Size
128 x 8
Ram Size
224 x 8
Voltage - Supply (vcc/vdd)
3 V ~ 5.5 V
Oscillator Type
Internal
Operating Temperature
-40°C ~ 125°C
Package / Case
18-DIP (0.300", 7.62mm)
For Use With
DVA16XP183 - ADAPTER ICE 18DIP/SOIC/SSOP
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
Data Converters
-
DECFSZ
 2003 Microchip Technology Inc.
Syntax:
Operands:
Operation:
Status Affected:
Encoding:
Description:
Words:
Cycles:
Example
Decrement f, Skip if 0
[ label ] DECFSZ f,d
0 ≤ f ≤ 127
d ∈ [0,1]
(f) - 1 → (dest);
0
None
00
The contents of register 'f' are
decremented. If 'd' is 0 the result
is placed in the W register. If 'd'
is 1 the result is placed back in
register 'f'.
If the result is 0, the next
instruction, which is already
fetched, is discarded. A NOP is
executed instead making it a
two-cycle instruction.
1
1(2)
HERE
CONTINUE •
Before Instruction
After Instruction
PC
REG1
if REG1 = 0,
PC
if REG1 ≠ 0,
PC
1011
DECFSZ
= address CONTINUE
GOTO
=
= REG1 - 1
= address HERE+1
address
dfff
skip if result =
REG1, 1
LOOP
HERE
ffff
Preliminary
GOTO
Syntax:
Operands:
Operation:
Status Affected:
Encoding:
Description:
Words:
Cycles:
Example
Unconditional Branch
[ label ]
0 ≤ k ≤ 2047
k → PC<10:0>
PCLATH<4:3> → PC<12:11>
None
10
GOTO is an unconditional
branch. The eleven bit
immediate value is loaded into
PC bits <10:0>. The upper bits
of PC are loaded from
PCLATH<4:3>. GOTO is a two-
cycle instruction.
1
2
GOTO THERE
After Instruction
PC = Address THERE
PIC16F62X
1kkk
GOTO k
DS40300C-page 113
kkkk
kkkk

Related parts for PIC16F627-20E/P