diff code_part1/OSTC_code_asm_part1/adc_rtc.asm @ 692:82f71a73f450

indicate first gas in surfacemode
author heinrichsweikamp
date Sun, 10 Feb 2013 12:51:44 +0100
parents 259e4c1bf3c2
children e6ff73e88e45
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/adc_rtc.asm	Thu Jan 31 09:39:14 2013 +0100
+++ b/code_part1/OSTC_code_asm_part1/adc_rtc.asm	Sun Feb 10 12:51:44 2013 +0100
@@ -237,11 +237,11 @@
 	movwf	mins
 	movlw	.12
 	movwf	hours
-	movlw	.8
+	movlw	.11
 	movwf	day
-	movlw	.8
+	movlw	.2
 	movwf	month
-	movlw	.12
+	movlw	.13
 	movwf	year
 	bsf		PIE1, TMR1IE		; Enable clock int
 	return