Mercurial > public > mk2
comparison code_part1/OSTC_code_asm_part1/pled_outputs.asm @ 157:54cc1346ac15
1.80RC
author | heinrichsweikamp |
---|---|
date | Tue, 18 Jan 2011 07:39:41 +0100 |
parents | e5f1cfec8113 |
children | 144822282fa3 |
comparison
equal
deleted
inserted
replaced
156:3f4d60385f9c | 157:54cc1346ac15 |
---|---|
978 PUTC ' ' | 978 PUTC ' ' |
979 clrf WREG ; Allow up to 5 chars to avoid | 979 clrf WREG ; Allow up to 5 chars to avoid |
980 movff WREG,letter+5 ; collision with sat graphs | 980 movff WREG,letter+5 ; collision with sat graphs |
981 bcf leftbind | 981 bcf leftbind |
982 call word_processor | 982 call word_processor |
983 rcall PLED_active_gas_divemode_better_gas ; show *, if required | 983 ; rcall PLED_active_gas_divemode_better_gas ; show *, if required |
984 return | 984 ; return |
985 | |
986 PLED_active_gas_divemode_better_gas: | 985 PLED_active_gas_divemode_better_gas: |
987 WIN_TOP .192 | 986 WIN_TOP .192 |
988 WIN_LEFT .42 | 987 WIN_LEFT .43 |
989 WIN_FONT FT_SMALL | 988 WIN_FONT FT_SMALL |
990 call PLED_standard_color | 989 call PLED_standard_color |
991 lfsr FSR2,letter | 990 lfsr FSR2,letter |
992 movlw ' ' | 991 movlw ' ' |
993 btfsc better_gas_available ;=1: A better gas is available and a gas change is advised in divemode | 992 btfsc better_gas_available ;=1: A better gas is available and a gas change is advised in divemode |