diff code_part1/OSTC_code_asm_part1/menu_custom.asm @ 587:1b021a280e15

NEW CF64: Configures color for inactive gases
author heinrichsweikamp
date Sun, 13 May 2012 15:40:21 +0200
parents ab2686087bce
children 420e62cd88ad
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/menu_custom.asm	Tue May 08 14:11:49 2012 +0200
+++ b/code_part1/OSTC_code_asm_part1/menu_custom.asm	Sun May 13 15:40:21 2012 +0200
@@ -111,13 +111,13 @@
 	movwf	EEADRH					; bank 1
 	movlw	d'32'
 	subwf	customfunction_temp1,F
-	movlw	d'63'
+	movlw	d'31'
 	cpfsgt	customfunction_temp1
-	bra		getcustom8_3			; bank 1
+	bra		getcustom8_3
 
 	movlw	d'2'
 	movwf	EEADRH					; bank 2
-	movlw	d'64'
+	movlw	d'32'
 	subwf	customfunction_temp1,F
 getcustom8_3:
 	movf	customfunction_temp1,W