/usr/share/gputils/lkr/10f200i.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 | // Sample ICD2 linker command file for 10F200
// No additional resource constraints were required by the ICD2 for this
// device so this file is a duplicate of 10F200.lkr but named 10F200i.lkr
LIBPATH .
CODEPAGE NAME=page START=0x0 END=0xFF
CODEPAGE NAME=.idlocs START=0x100 END=0x103 PROTECTED
CODEPAGE NAME=.config START=0xFFF END=0xFFF PROTECTED
DATABANK NAME=sfrs START=0x0 END=0x07 PROTECTED
DATABANK NAME=gprs START=0x10 END=0x1F
SECTION NAME=PROG ROM=page // ROM code space
SECTION NAME=IDLOCS ROM=.idlocs // ID locations
|