Datasheet
1999-2013 Microchip Technology Inc. DS41106C-page 9
PIC16C712/716
2.0 MEMORY ORGANIZATION
There are two memory blocks in each of these PIC
®
microcontroller devices. Each block (Program Memory
and Data Memory) has its own bus so that concurrent
access can occur.
Additional information on device memory may be found
in the PIC
®
Mid-Range Reference Manual, (DS33023).
2.1 Program Memory Organization
The PIC16C712/716 has a 13-bit Program Counter
(PC) capable of addressing an 8K x 14 program mem-
ory space. PIC16C712 has 1K x 14 words of program
memory and PIC16C716 has 2K x 14 words of program
memory. Accessing a location above the physically
implemented address will cause a wraparound.
The Reset vector is at 0000h and the interrupt vector is
at 0004h.
FIGURE 2-1: PROGRAM MEMORY MAP
AND STACK OF THE
PIC16C712
FIGURE 2-2: PROGRAM MEMORY MAP
AND STACK OF PIC16C716
PC<12:0>
13
0000h
0004h
0005h
03FFh
1FFFh
Stack Level 1
Stack Level 8
Reset Vector
Interrupt Vector
On-chip Program
Memory
CALL, RETURN
RETFIE, RETLW
0400h
User Memory
Space
PC<12:0>
13
0000h
0004h
0005h
07FFh
0800h
1FFFh
Stack Level 1
Stack Level 8
Reset Vector
Interrupt Vector
On-chip Program
Memory
CALL, RETURN
RETFIE, RETLW
User Memory
Space