~ubuntu-branches/ubuntu/quantal/gputils/quantal

« back to all changes in this revision

Viewing changes to lkr/18f4221.lkr

  • Committer: Bazaar Package Importer
  • Author(s): Aurelien Jarno
  • Date: 2006-09-04 11:05:06 UTC
  • mfrom: (1.1.5 upstream) (2.1.2 etch)
  • Revision ID: james.westby@ubuntu.com-20060904110506-1nmyanxfhepzyogy
Tags: 0.13.4-1
* New upstream version.
  - Fixed 18xx config bug when config is the last section (closes: #305547).
* Bumped Standards-Version to 3.7.2 (no changes).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
// $Id: 18f4221.lkr,v 1.1 2006/08/19 02:50:45 craigfranklin Exp $
 
2
// File: 18f4221.lkr
 
3
// Sample linker script for the PIC18F4221 processor
 
4
 
 
5
// Not intended for use with MPLAB C18.  For C18 projects,
 
6
// use the linker scripts provided with that product.
 
7
 
 
8
LIBPATH .
 
9
 
 
10
CODEPAGE   NAME=vectors    START=0x0            END=0x29           PROTECTED
 
11
CODEPAGE   NAME=page       START=0x2A           END=0xFFF
 
12
CODEPAGE   NAME=idlocs     START=0x200000       END=0x200007       PROTECTED
 
13
CODEPAGE   NAME=config     START=0x300000       END=0x30000D       PROTECTED
 
14
CODEPAGE   NAME=devid      START=0x3FFFFE       END=0x3FFFFF       PROTECTED
 
15
CODEPAGE   NAME=eedata     START=0xF00000       END=0xF000FF       PROTECTED
 
16
 
 
17
ACCESSBANK NAME=accessram  START=0x0            END=0x7F
 
18
DATABANK   NAME=gpr0       START=0x80           END=0xFF
 
19
DATABANK   NAME=gpr1       START=0x100          END=0x1FF
 
20
ACCESSBANK NAME=accesssfr  START=0xF80          END=0xFFF          PROTECTED