Mercurial > public > mk2
diff code_part1/OSTC_code_asm_part1/pled_outputs.asm @ 180:8aced3c7590c
store gf_hi and gf_lo in logbook
author | Heinrichsweikamp |
---|---|
date | Sun, 06 Feb 2011 10:16:03 +0100 |
parents | 77ab44108c07 |
children | 0651d5dc3f42 |
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/pled_outputs.asm Sun Feb 06 09:37:07 2011 +0100 +++ b/code_part1/OSTC_code_asm_part1/pled_outputs.asm Sun Feb 06 10:16:03 2011 +0100 @@ -476,7 +476,7 @@ call PLED_standard_color lfsr FSR2,letter - movff int_O_ascenttime+0,lo ; complete ascend time + movff int_O_ascenttime+0,lo ; TTS movff int_O_ascenttime+1,hi ; on 16bits bcf leftbind output_16 @@ -686,7 +686,7 @@ WIN_FONT FT_SMALL WIN_INVERT .0 ; Init new Wordprocessor call PLED_standard_color - GETCUSTOM8 d'32' + GETCUSTOM8 d'32' ; GF_lo movwf lo STRCPY "GF_lo:" @@ -695,7 +695,7 @@ STRCAT_PRINT "%" WIN_TOP .50 - GETCUSTOM8 d'33' + GETCUSTOM8 d'33' ; GF_hi movwf lo STRCPY "GF_hi:" bsf leftbind