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

« back to all changes in this revision

Viewing changes to lkr/18f4480i.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: 18f4480i.lkr,v 1.2 2005/03/24 04:17:19 craigfranklin Exp $
 
1
// $Id: 18f4480i.lkr,v 1.3 2006/08/19 02:50:46 craigfranklin Exp $
2
2
// File: 18f4480i.lkr
3
3
// Sample ICD2 linker script for the PIC18F4480 processor
4
4
 
 
5
// Not intended for use with MPLAB C18.  For C18 projects,
 
6
// use the linker scripts provided with that product.
 
7
 
5
8
LIBPATH .
6
9
 
7
10
CODEPAGE   NAME=vectors    START=0x0            END=0x29           PROTECTED
15
18
ACCESSBANK NAME=accessram  START=0x0            END=0x5F
16
19
DATABANK   NAME=gpr0       START=0x60           END=0xFF
17
20
DATABANK   NAME=gpr1       START=0x100          END=0x1FF
18
 
DATABANK   NAME=gpr2       START=0x200          END=0x2FF
 
21
DATABANK   NAME=gpr2       START=0x200          END=0x2F3
 
22
DATABANK   NAME=dbgspr     START=0x2F4          END=0x2FF          PROTECTED
19
23
DATABANK   NAME=sfr13      START=0xD00          END=0xDFF          PROTECTED
20
24
DATABANK   NAME=sfr14      START=0xE00          END=0xEFF          PROTECTED
21
25
DATABANK   NAME=sfr15      START=0xF00          END=0xF5F          PROTECTED
22
26
ACCESSBANK NAME=accesssfr  START=0xF60          END=0xFFF          PROTECTED
23
 
 
24
 
SECTION    NAME=CONFIG     ROM=config