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

« back to all changes in this revision

Viewing changes to lkr/16c711.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 16C711
2
 
// $Id: 16c711.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=0x3FF
 
5
CODEPAGE   NAME=page     START=0x0      END=0x3FF
8
6
CODEPAGE   NAME=.idlocs  START=0x2000   END=0x2003   PROTECTED
9
7
CODEPAGE   NAME=.config  START=0x2007   END=0x2007   PROTECTED
10
8
 
13
11
 
14
12
DATABANK   NAME=gprs     START=0x0C     END=0x4F
15
13
 
16
 
SECTION    NAME=STARTUP  ROM=vectors    // Reset and interrupt vectors
17
14
SECTION    NAME=PROG     ROM=page       // ROM code space
18
15
SECTION    NAME=IDLOCS   ROM=.idlocs    // ID locations
19
16