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

« back to all changes in this revision

Viewing changes to lkr/16f83.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
1
// Sample linker command file for 16F83
2
 
// $Id: 16f83.lkr 448 2006-08-19 02:52:41Z craigfranklin $
3
2
 
4
3
LIBPATH  .
5
4
 
6
 
CODEPAGE   NAME=vectors  START=0x0      END=0x4      PROTECTED
7
 
CODEPAGE   NAME=page     START=0x5      END=0x1FF
 
5
CODEPAGE   NAME=page     START=0x0      END=0x1FF
8
6
CODEPAGE   NAME=.idlocs  START=0x2000   END=0x2003   PROTECTED
9
7
CODEPAGE   NAME=.config  START=0x2007   END=0x2007   PROTECTED
10
8
CODEPAGE   NAME=eedata   START=0x2100   END=0x213F   PROTECTED
14
12
 
15
13
DATABANK   NAME=gprs     START=0xC      END=0x2F
16
14
 
17
 
SECTION    NAME=STARTUP  ROM=vectors    // Reset and interrupt vectors
18
15
SECTION    NAME=PROG     ROM=page       // ROM code space 
19
16
SECTION    NAME=IDLOCS   ROM=.idlocs    // ID locations
20
17
SECTION    NAME=DEEPROM  ROM=eedata     // Data EEPROM