Mercurial > public > mk2
diff code_part1/OSTC_code_asm_part1/start.asm @ 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 | 144822282fa3 |
children | e26f49674956 |
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/start.asm Sat Jan 22 23:24:12 2011 +0100 +++ b/code_part1/OSTC_code_asm_part1/start.asm Mon Jan 24 23:31:57 2011 +0100 @@ -149,7 +149,7 @@ clrf flag14 clrf flag15 - bsf flag1,0 + bsf flag1,0 ; Should we set win_flip_screen ? clrf EEADRH ; Reset EEADRH read_int_eeprom d'1' movlw .7 @@ -159,7 +159,7 @@ clrf flag1 ; Clear flag1 (again) movlw .0 cpfsgt EEDATA ; >256 - bsf nsm ; For hardware debugging + bsf nsm ; NO-SLEEP-MODE : for hardware debugging call gassetup_sort_gaslist ; Sorts Gaslist according to change depth call PLED_boot ; PLED boot (Incl. Clear Screen!)