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

« back to all changes in this revision

Viewing changes to lkr/mcv08a.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
// Sample linker command file for MCV08A
 
2
 
 
3
LIBPATH  .
 
4
 
 
5
CODEPAGE   NAME=page0    START=0x0     END=0x1FF
 
6
CODEPAGE   NAME=page1    START=0x200   END=0x3FF
 
7
CODEPAGE   NAME=.idlocs  START=0x400   END=0x403     PROTECTED
 
8
CODEPAGE   NAME=.config  START=0xFFF   END=0xFFF     PROTECTED
 
9
 
 
10
SHAREBANK  NAME=sfrs     START=0x0     END=0x09     PROTECTED
 
11
SHAREBANK  NAME=sfrs     START=0x20    END=0x29     PROTECTED
 
12
SHAREBANK  NAME=gprnobnk START=0x0A    END=0x0F
 
13
SHAREBANK  NAME=gprnobnk START=0x2A    END=0x2F
 
14
DATABANK   NAME=gpr0     START=0x10    END=0x1F
 
15
DATABANK   NAME=gpr1     START=0x30    END=0x3F
 
16
 
 
17
SECTION    NAME=PROG0    ROM=page0     // ROM code space
 
18
SECTION    NAME=PROG1    ROM=page1     // ROM code space
 
19
SECTION    NAME=IDLOCS   ROM=.idlocs   // ID locations
 
20