Mercurial > public > mk2
comparison code_part1/OSTC_code_asm_part1/definitions.asm @ 543:0def530863c2
Use faster return from ISR
author | heinrichsweikamp |
---|---|
date | Tue, 10 Jan 2012 21:55:13 +0100 |
parents | 5eff719fd292 |
children | 5a973816673e |
comparison
equal
deleted
inserted
replaced
542:ca0e0efb1573 | 543:0def530863c2 |
---|---|
155 ;============================================================================= | 155 ;============================================================================= |
156 ; BANK1 data | 156 ; BANK1 data |
157 ; | 157 ; |
158 bank1 udata 0x100 ;Bank 1 | 158 bank1 udata 0x100 ;Bank 1 |
159 | 159 |
160 wreg_temp res 1 ;variables used for context saving during ISR | 160 ;wreg_temp res 1 ;variables used for context saving during ISR |
161 status_temp res 1 | 161 ;status_temp res 1 |
162 bsr_temp res 1 | 162 ;bsr_temp res 1 |
163 prod_temp res 2 ;Trashed by isr_mult16x16, for sensor compensations | 163 prod_temp res 2 ;Trashed by isr_mult16x16, for sensor compensations |
164 | 164 |
165 secs res 1 ;realtime clock | 165 secs res 1 ;realtime clock |
166 mins res 1 | 166 mins res 1 |
167 hours res 1 | 167 hours res 1 |