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

1.60 stable rc1
author heinrichsweikamp
date Wed, 21 Apr 2010 17:37:30 +0200
parents 68825abc35f7
children 943dc3336f48
comparison
equal deleted inserted replaced
20:8824446f7241 21:73014f788032
84 84
85 set_marker: 85 set_marker:
86 btfsc standalone_simulator ; Standalone Simualtor active? 86 btfsc standalone_simulator ; Standalone Simualtor active?
87 bra divemode_menu_simulator ; Yes, Show simulator menu! 87 bra divemode_menu_simulator ; Yes, Show simulator menu!
88 88
89 call set_LEDg ; LEDg on 89 bsf LED_red ; LEDr on
90 movlw d'6' ; Type of Alarm (Manual Marker) 90 movlw d'6' ; Type of Alarm (Manual Marker)
91 movwf AlarmType ; Copy to Alarm Register 91 movwf AlarmType ; Copy to Alarm Register
92 bsf event_occured ; Set Event Flag 92 bsf event_occured ; Set Event Flag
93 93
94 btfss stopwatch_active ; =1: Reset Average registers 94 btfss stopwatch_active ; =1: Reset Average registers