diff code_part1/OSTC_code_asm_part1/eeprom_rs232.asm @ 703:39e02673db4c

some cleanup
author heinrichsweikamp
date Sun, 17 Mar 2013 13:33:17 +0100
parents 6e456a6398e0
children 4452837aff37
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/eeprom_rs232.asm	Sat Mar 16 13:56:26 2013 +0100
+++ b/code_part1/OSTC_code_asm_part1/eeprom_rs232.asm	Sun Mar 17 13:33:17 2013 +0100
@@ -43,7 +43,7 @@
 internal_eeprom_access_b2:				; accesses internal EEPROM BANK 2 via the UART
 	bcf		internal_eeprom_write3		; clear flag!
 	movlw	d'2'
-	movwf	EEADRH						;BANK1
+	movwf	EEADRH						;BANK2
 	movlw	"n"
 	bra		internal_eeprom_access1		; Continue with common routines