Mercurial > public > mk2
comparison code_part1/OSTC_code_asm_part1/definitions.asm @ 92:82de387d6e7c
Interrupt trashes the PRODH:L registers.
author | JeanDo |
---|---|
date | Sat, 11 Dec 2010 09:57:42 +0100 |
parents | 3e351e25f5d1 |
children | 6ee3a42fd006 |
comparison
equal
deleted
inserted
replaced
91:3bcccb697bce | 92:82de387d6e7c |
---|---|
115 | 115 |
116 CBLOCK 0x100 ;Bank 1 | 116 CBLOCK 0x100 ;Bank 1 |
117 wreg_temp ;variables used for context saving during ISR | 117 wreg_temp ;variables used for context saving during ISR |
118 status_temp | 118 status_temp |
119 bsr_temp | 119 bsr_temp |
120 prod_temp:2 ;Trashed by isr_mult16x16, for sensor compensations | |
120 | 121 |
121 secs ;realtime clock | 122 secs ;realtime clock |
122 mins | 123 mins |
123 hours | 124 hours |
124 day | 125 day |
336 logbook_temp6 ; Temp used in logbook display&Divemode&Gassetup | 337 logbook_temp6 ; Temp used in logbook display&Divemode&Gassetup |
337 | 338 |
338 convert_value_temp:3 ; used in menu_battery_state_convert_date | 339 convert_value_temp:3 ; used in menu_battery_state_convert_date |
339 box_temp:5 | 340 box_temp:5 |
340 time_correction_value ; Adds to Seconds on midnight | 341 time_correction_value ; Adds to Seconds on midnight |
341 | |
342 ; [jDG] printf variable: | |
343 printf_len ; save TBLPTR during wordprocessor | |
344 ENDC | 342 ENDC |
345 | 343 |
346 ifndef AAFONTS | 344 ifndef AAFONTS |
347 CBLOCK | 345 CBLOCK |
348 win_color1_temp | 346 win_color1_temp |