diff code_part1/OSTC_code_asm_part1/start.asm @ 52:4f6d6f00e685

Gas Change for Simulator debugged
author heinrichsweikamp
date Mon, 02 Aug 2010 16:32:37 +0200
parents cd5b650920f6
children 2972a06b0785
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/start.asm	Fri Jul 30 12:32:15 2010 +0200
+++ b/code_part1/OSTC_code_asm_part1/start.asm	Mon Aug 02 16:32:37 2010 +0200
@@ -121,8 +121,8 @@
 	movwf	EEDATA		
 	call	write_eeprom			; write version y
 	clrf	EEADRH					; Reset EEADRH
-;	goto	reset_all_cf			; resets all custom functions bank0 and bank1 and jumps to "restart"
-	goto	reset_all_cf_bank1		; resets all custom functions bank1 and jumps to "restart"
+	goto	reset_all_cf			; resets all custom functions bank0 and bank1 and jumps to "restart"
+;	goto	reset_all_cf_bank1		; resets all custom functions bank1 and jumps to "restart"
 			
 restart:
 	bcf		LED_red