Mercurial > public > mk2
comparison code_part1/OSTC_code_asm_part1/pled_outputs.asm @ 163:144822282fa3
Fusion declaration of shared C/ASM variables.
+ remove unused variables.
+ sort all in variables in BANK3, and out variables in BANK2.
author | JeanDo |
---|---|
date | Fri, 21 Jan 2011 01:44:37 +0100 |
parents | 54cc1346ac15 |
children | 999abb01c78f |
comparison
equal
deleted
inserted
replaced
162:fdebc43c8372 | 163:144822282fa3 |
---|---|
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_better_gas ; show *, if required |
984 ; return | 984 ; return |
985 PLED_active_gas_divemode_better_gas: | 985 PLED_active_better_gas: |
986 WIN_TOP .192 | 986 WIN_TOP .192 |
987 WIN_LEFT .43 | 987 WIN_LEFT .43 |
988 WIN_FONT FT_SMALL | 988 WIN_FONT FT_SMALL |
989 call PLED_standard_color | 989 call PLED_standard_color |
990 lfsr FSR2,letter | 990 lfsr FSR2,letter |
1005 PUTC ' ' | 1005 PUTC ' ' |
1006 clrf WREG ; Allow up to 5 chars to avoid | 1006 clrf WREG ; Allow up to 5 chars to avoid |
1007 movff WREG,letter+5 ; collision with sat graphs | 1007 movff WREG,letter+5 ; collision with sat graphs |
1008 bcf leftbind | 1008 bcf leftbind |
1009 call word_processor | 1009 call word_processor |
1010 rcall PLED_active_gas_divemode_better_gas ; show *, if required | 1010 rcall PLED_active_better_gas ; show *, if required |
1011 return | 1011 return |
1012 | 1012 |
1013 PLED_display_decotype_surface: | 1013 PLED_display_decotype_surface: |
1014 WIN_LEFT .85 | 1014 WIN_LEFT .85 |
1015 WIN_FONT FT_SMALL | 1015 WIN_FONT FT_SMALL |