diff code_part1/OSTC_code_asm_part1/start.asm @ 378:51baf8777b73 64kByte Logbook

testing, removing unused stuff
author heinrichsweikamp
date Mon, 13 Jun 2011 11:29:37 +0200
parents ca3d15e6240e
children 620c95e23e32
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/start.asm	Mon Jun 13 07:45:59 2011 +0200
+++ b/code_part1/OSTC_code_asm_part1/start.asm	Mon Jun 13 11:29:37 2011 +0200
@@ -26,15 +26,7 @@
 	movlb	b'00000001'				; ram bank 1 selected
 	movff	STKPTR,temp10
 	clrf    temp10+1
-
 	call	init
-
-	read_int_eeprom	d'92'			; Read number of CF used in this firmware	
-	movlw	0xFF					; First start value
-	cpfseq	EEDATA					; Compare 
-	bra		start2					; Normal power-on/hard reset boot
-	bra		first_start				; Reset and jump to surfmode
-start2:
 	btfsc	divemode				; Reset from Divemode?
 	call	PLED_resetdebugger		; Yes! Something went wrong, show reset informations
 start3: