diff code_part1/OSTC_code_asm_part1/start.asm @ 393:392c14a1d6d1 64kByte Logbook

1.91beta release - 1.92beta start
author heinrichsweikamp
date Tue, 21 Jun 2011 19:36:59 +0200
parents 8e272339fb68
children e6e1b89b7c3e
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/start.asm	Tue Jun 21 17:37:32 2011 +0200
+++ b/code_part1/OSTC_code_asm_part1/start.asm	Tue Jun 21 19:36:59 2011 +0200
@@ -131,12 +131,13 @@
 
 ; Reset CF48
 	movlw	d'1'
-	movwf	EEADRH					; Bank1
+	movwf	EEADRH					; EEPROM Bank1
 	clrf	EEDATA					; =0
 	write_int_eeprom	d'191'
 	write_int_eeprom	d'192'	
 	write_int_eeprom	d'193'
 	write_int_eeprom	d'194'		; Reset Default and Current Value to zero
+	clrf	EEADRH
 ;	goto	reset_all_cf			; resets all custom functions bank0 and bank1 and jumps to "restart"
 			
 restart: