diff code_part1/OSTC_code_asm_part1/menu.asm @ 174:53b16a746166

Multi-lang + Move texts to single compact table. + Place at address 0x15000, reserved up to 0x17AFF (10kB) + Generate the english_test.asm reference (4kB) + Move altimeter texts into the table.
author JeanDo
date Thu, 03 Feb 2011 04:09:21 +0100
parents 06c4899ddb4b
children f720ce017244
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/menu.asm	Wed Feb 02 11:09:39 2011 +0100
+++ b/code_part1/OSTC_code_asm_part1/menu.asm	Thu Feb 03 04:09:21 2011 +0100
@@ -326,7 +326,7 @@
 
 menu0:
 	movf	menupos,W	
-	call	displaytext1				; Display text!
+	call	displaytext_1_low           ; Display text!
 	incf	menupos,F
 	
 	decfsz	temp1,F