Mercurial > public > mk2
comparison code_part1/OSTC_code_asm_part1/definitions.asm @ 238:9581e48a914f
Some cleanup in the ISR
author | heinrichsweikamp |
---|---|
date | Sun, 20 Mar 2011 17:55:21 +0100 |
parents | ade0848c8b8b |
children | 3ed240d60341 |
comparison
equal
deleted
inserted
replaced
237:55178aa1f972 | 238:9581e48a914f |
---|---|
32 #DEFINE ENGLISH ; Use english_text.asm | 32 #DEFINE ENGLISH ; Use english_text.asm |
33 ;#DEFINE FRENCH ; Use french_text.asm | 33 ;#DEFINE FRENCH ; Use french_text.asm |
34 ;#DEFINE GERMAN ; Use german_text.asm | 34 ;#DEFINE GERMAN ; Use german_text.asm |
35 ;#DEFINE SPANISH ; Use spanish_text.asm | 35 ;#DEFINE SPANISH ; Use spanish_text.asm |
36 | 36 |
37 #DEFINE __DEBUG ; | |
37 | 38 |
38 #DEFINE logbook_profile_version 0x20 ; Do not touch! | 39 #DEFINE logbook_profile_version 0x20 ; Do not touch! |
39 #DEFINE T0CON_debounce b'00000000' ; Timer0 Switch Debounce | 40 #DEFINE T0CON_debounce b'00000000' ; Timer0 Switch Debounce |
40 | 41 |
41 #DEFINE FT_SMALL .0 | 42 #DEFINE FT_SMALL .0 |
181 | 182 |
182 ext_ee_temp1 res 1 ; External EEPROM Temp 1 used in I2C EEPROM | 183 ext_ee_temp1 res 1 ; External EEPROM Temp 1 used in I2C EEPROM |
183 ext_ee_temp2 res 1 ; External EEPROM Temp 2 used in I2C EEPROM | 184 ext_ee_temp2 res 1 ; External EEPROM Temp 2 used in I2C EEPROM |
184 | 185 |
185 isr1_temp res 1 ; ISR temp variables | 186 isr1_temp res 1 ; ISR temp variables |
186 isr2_temp res 1 | |
187 isr3_temp res 2 | 187 isr3_temp res 2 |
188 | 188 |
189 timer1int_counter1 res 1 ;Timer 1 counter | 189 timer1int_counter1 res 1 ;Timer 1 counter |
190 timer1int_counter2 res 1 ;Timer 1 counter | 190 timer1int_counter2 res 1 ;Timer 1 counter |
191 | 191 |