diff 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
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/definitions.asm	Fri Dec 10 02:35:26 2010 +0100
+++ b/code_part1/OSTC_code_asm_part1/definitions.asm	Sat Dec 11 09:57:42 2010 +0100
@@ -117,6 +117,7 @@
 	wreg_temp					;variables used for context saving during ISR 
 	status_temp					
 	bsr_temp					
+	prod_temp:2                 ;Trashed by isr_mult16x16, for sensor compensations
 
 	secs						;realtime clock
 	mins
@@ -338,9 +339,6 @@
 	convert_value_temp:3		; used in menu_battery_state_convert_date
 	box_temp:5
 	time_correction_value		; Adds to Seconds on midnight
-
-	; [jDG] printf variable:
-	printf_len					; save TBLPTR during wordprocessor
 	ENDC
 
   ifndef AAFONTS