/usr/share/gputils/lkr/10f320_g.lkr is in gputils-common 1.4.0-0.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 | // File: 10f320_g.lkr
// Generic linker script for the PIC10F320 processor
LIBPATH .
CODEPAGE NAME=page0 START=0x0 END=0xFF
CODEPAGE NAME=.idlocs START=0x2000 END=0x2003 PROTECTED
CODEPAGE NAME=.devid START=0x2006 END=0x2006 PROTECTED
CODEPAGE NAME=.config START=0x2007 END=0x2007 PROTECTED
DATABANK NAME=sfr0 START=0x0 END=0x3F PROTECTED
DATABANK NAME=gpr0 START=0x40 END=0x7F
SECTION NAME=PROG0 ROM=page0 // ROM code space
SECTION NAME=IDLOCS ROM=.idlocs // ID locations
|