diff code_part1/OSTC_code_asm_part1/18f4685_ostc_mkII.lkr @ 128:4c588c3d1f12

Saturation graphs in customview divemode
author JeanDo
date Tue, 04 Jan 2011 15:14:42 +0100
parents 14a074e1a375
children cb055a7d75f3
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/18f4685_ostc_mkII.lkr	Tue Jan 04 02:49:15 2011 +0100
+++ b/code_part1/OSTC_code_asm_part1/18f4685_ostc_mkII.lkr	Tue Jan 04 15:14:42 2011 +0100
@@ -1,8 +1,7 @@
 // File: 18f4685.lkr
 // Sample linker script for the PIC18F4685 processor
-
-// Not intended for use with MPLAB C18.  For C18 projects,
-// use the linker scripts provided with that product.
+// History:
+// 2010-12-25 : [jDG] Added link information for .o or .c modules.
 
 LIBPATH .
 FILES "clib.lib"
@@ -25,9 +24,9 @@
 DATABANK   NAME=gpr7       START=0x700          END=0x7FF
 DATABANK   NAME=gpr8       START=0x800          END=0x8FF
 DATABANK   NAME=gpr9       START=0x900          END=0x9FF
-DATABANK   NAME=gpr10      START=0xA00          END=0xAFF
-DATABANK   NAME=gpr11      START=0xB00          END=0xBFF
-DATABANK   NAME=gpr12      START=0xC00          END=0xCFF
+// DATABANK   NAME=gpr10      START=0xA00          END=0xAFF		; Does not exists on PIC18F
+// DATABANK   NAME=gpr11      START=0xB00          END=0xBFF		; Does not exists on PIC18F
+// DATABANK   NAME=gpr12      START=0xC00          END=0xCFF		; Does not exists on PIC18F
 DATABANK   NAME=sfr13      START=0xD00          END=0xDFF          PROTECTED
 DATABANK   NAME=sfr14      START=0xE00          END=0xEFF          PROTECTED
 DATABANK   NAME=sfr15      START=0xF00          END=0xF5F          PROTECTED