Mercurial > public > mk2
diff code_part1/OSTC_code_asm_part1/18f4685_ostc_mkII.lkr @ 167:cb055a7d75f3
+ Use overlay local vars.
+ Make all private functions static.
+ Merge calc_tissue 2sec and 1min
+ Merge sim_tissue 1min and 10min
+ Expose basic display utilities for c-code.
+ Prepare stand-alone utilities for p2_main.c testing platform.
+ New c utility: int read_custom_function(cf#)
author | JeanDo |
---|---|
date | Mon, 24 Jan 2011 23:31:57 +0100 |
parents | 4c588c3d1f12 |
children | 53b16a746166 |
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/18f4685_ostc_mkII.lkr Sat Jan 22 23:24:12 2011 +0100 +++ b/code_part1/OSTC_code_asm_part1/18f4685_ostc_mkII.lkr Mon Jan 24 23:31:57 2011 +0100 @@ -24,9 +24,6 @@ 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 ; 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