Mercurial > public > mk2
comparison code_part1/OSTC_code_asm_part1/menu_gassetup.asm @ 44:475a9e536d77
1.63beta release
author | heinrichsweikamp |
---|---|
date | Thu, 01 Jul 2010 17:45:01 +0200 |
parents | 3ab1188651af |
children | 985607cfb813 |
comparison
equal
deleted
inserted
replaced
43:65d5b0c8da41 | 44:475a9e536d77 |
---|---|
27 movlw d'1' | 27 movlw d'1' |
28 movwf menupos | 28 movwf menupos |
29 | 29 |
30 menu_gassetup_prelist: | 30 menu_gassetup_prelist: |
31 call PLED_ClearScreen | 31 call PLED_ClearScreen |
32 call gassetup_sort_gaslist ; Sorts Gaslist according to change depth | 32 call gassetup_sort_gaslist ; Sorts Gaslist according to change depth |
33 clrf timeout_counter2 | 33 clrf timeout_counter2 |
34 bcf sleepmode | 34 bcf sleepmode |
35 bcf menubit2 | 35 bcf menubit2 |
36 bcf menubit3 | 36 bcf menubit3 |
37 call PLED_topline_box | 37 call PLED_topline_box |