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

« back to all changes in this revision

Viewing changes to lkr/18f6493_e.lkr

  • Committer: Bazaar Package Importer
  • Author(s): Taisuke Yamada
  • Date: 2009-03-16 08:39:23 UTC
  • mfrom: (1.1.8 upstream) (2.1.4 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090316083923-jr9k3f8bchev19s0
Tags: 0.13.7-1
* New upstream release.
* New maintainer (Closes: #504473)
* Bumped Standards-Version to 3.8.1.
* General updates in debian/* to make it lintian clean.
* Removed PS/PDF files from gputils due to duplicate with gputils-doc.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
// File: 18f6493_e.lkr
 
2
// Sample linker script for the PIC18F6493 processor
 
3
 
 
4
// Not intended for use with MPLAB C18.  For C18 projects,
 
5
// use the linker scripts provided with that product.
 
6
 
 
7
LIBPATH .
 
8
 
 
9
CODEPAGE   NAME=page       START=0x0               END=0x3FFF
 
10
CODEPAGE   NAME=idlocs     START=0x200000          END=0x200007       PROTECTED
 
11
CODEPAGE   NAME=config     START=0x300000          END=0x30000D       PROTECTED
 
12
CODEPAGE   NAME=devid      START=0x3FFFFE          END=0x3FFFFF       PROTECTED
 
13
 
 
14
DATABANK   NAME=gpre       START=0x0            END=0x5F
 
15
DATABANK   NAME=gpr0       START=0x60           END=0xFF
 
16
DATABANK   NAME=gpr1       START=0x100          END=0x1FF
 
17
DATABANK   NAME=gpr2       START=0x200          END=0x2FF
 
18
DATABANK   NAME=sfr15      START=0xF40          END=0xF5F          PROTECTED
 
19
ACCESSBANK NAME=accesssfr  START=0xF60          END=0xFFF          PROTECTED