comparison code_part1/OSTC_code_asm_part1/menu.asm @ 21:73014f788032

1.60 stable rc1
author heinrichsweikamp
date Wed, 21 Apr 2010 17:37:30 +0200
parents 588a969a0cae
children d4f0c097a7fa
comparison
equal deleted inserted replaced
20:8824446f7241 21:73014f788032
54 ; Yes, both switches released before timeout... 54 ; Yes, both switches released before timeout...
55 wait_switches3: 55 wait_switches3:
56 bcf switch_left 56 bcf switch_left
57 bcf switch_right 57 bcf switch_right
58 bcf button_delay_done 58 bcf button_delay_done
59 call clear_LEDg 59 bcf LED_red
60 return 60 return
61 61
62 menu: 62 menu:
63 bcf deco_mode_changed ; Clear flag (Description is only showed once) 63 bcf deco_mode_changed ; Clear flag (Description is only showed once)
64 movlw d'1' 64 movlw d'1'