Mercurial > public > mk2
comparison code_part1/OSTC_code_asm_part1/definitions.asm @ 627:8d2dc109ecfc
NEW: Gaslist highlights "better gas" in divemode
author | heinrichsweikamp |
---|---|
date | Sat, 11 Aug 2012 16:55:14 +0200 |
parents | 7743cf997648 |
children | e755ed869a3b |
comparison
equal
deleted
inserted
replaced
626:bab5a9fc1b10 | 627:8d2dc109ecfc |
---|---|
356 gaslist_active res 1 ; Holds flags for active gases | 356 gaslist_active res 1 ; Holds flags for active gases |
357 desaturation_time_buffer res 2 ; buffer for desat time | 357 desaturation_time_buffer res 2 ; buffer for desat time |
358 total_divetime_seconds res 2 ; counts dive seconds regardless of CF01 (18h max.) | 358 total_divetime_seconds res 2 ; counts dive seconds regardless of CF01 (18h max.) |
359 | 359 |
360 safety_stop_countdown res 1 ; counts seconds of safety stop | 360 safety_stop_countdown res 1 ; counts seconds of safety stop |
361 better_gas_number res 1 ; number (1-5) of the "better gas" in divemode, =0: no better gas available | |
361 | 362 |
362 ASSERT_BANK1 MACRO tag | 363 ASSERT_BANK1 MACRO tag |
363 Ifdef __DEBUG | 364 Ifdef __DEBUG |
364 local @end | 365 local @end |
365 movlw 1 | 366 movlw 1 |