summaryrefslogtreecommitdiff
path: root/Demo/PIC18_SDCC/lkr/18f66j55.lkr
blob: 2bc91b02ea42e52e94ca1c83e63d4e8508a2a0be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// File: 18f66j55.lkr
// Sample linker script for the PIC18F66J55 processor

// Not intended for use with MPLAB C18.  For C18 projects,
// use the linker scripts provided with that product.

LIBPATH .

CODEPAGE   NAME=page       START=0x0               END=0x17FF7
CODEPAGE   NAME=config     START=0x17FF8           END=0x17FFD        PROTECTED
CODEPAGE   NAME=devid      START=0x3FFFFE          END=0x3FFFFF       PROTECTED

ACCESSBANK NAME=accessram  START=0x0            END=0x5F
DATABANK   NAME=gpr0       START=0x60           END=0xF3F
DATABANK   NAME=sfr15      START=0xF40          END=0xF5F          PROTECTED
ACCESSBANK NAME=accesssfr  START=0xF60          END=0xFFF          PROTECTED