diff code_part1/OSTC_code_asm_part1/adc_rtc.asm @ 12:588a969a0cae

1.53 beta rc
author heinrichsweikamp
date Wed, 24 Mar 2010 20:26:09 +0100
parents 96a35aeda5f2
children 73014f788032
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/adc_rtc.asm	Mon Mar 22 08:22:57 2010 +0100
+++ b/code_part1/OSTC_code_asm_part1/adc_rtc.asm	Wed Mar 24 20:26:09 2010 +0100
@@ -232,11 +232,11 @@
 	movwf	mins
 	movlw	.12
 	movwf	hours
-	movlw	.2
+	movlw	.1
 	movwf	day
-	movlw	.8
+	movlw	.3
 	movwf	month
-	movlw	.09
+	movlw	.10
 	movwf	year
 	bsf		PIE1, TMR1IE
 	return
\ No newline at end of file