/usr/share/gputils/lkr/16f610i.lkr is in gputils-common 0.13.7-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | // Sample ICD2 linker command file for 16F610
LIBPATH .
CODEPAGE NAME=page START=0x0 END=0x2FF
CODEPAGE NAME=debug START=0x300 END=0x3FF PROTECTED
CODEPAGE NAME=.idlocs START=0x2000 END=0x2003 PROTECTED
CODEPAGE NAME=.config START=0x2007 END=0x2007 PROTECTED
DATABANK NAME=sfr0 START=0x00 END=0x1F PROTECTED
DATABANK NAME=sfr1 START=0x80 END=0x9F PROTECTED
DATABANK NAME=gpr0 START=0x40 END=0x64
DATABANK NAME=dbgspr START=0x65 END=0x6F PROTECTED
SHAREBANK NAME=dbgnobnk START=0x70 END=0x70 PROTECTED
SHAREBANK NAME=dbgnobnk START=0xF0 END=0xF0 PROTECTED
SHAREBANK NAME=gprnobnk START=0x71 END=0x7F
SHAREBANK NAME=gprnobnk START=0xF1 END=0xFF PROTECTED
SECTION NAME=PROG ROM=page // ROM code space
SECTION NAME=IDLOCS ROM=.idlocs // ID locations
|