# HG changeset patch
# User heinrichsweikamp
# Date 1296583734 -3600
# Node ID e56f80318b589ff47d3896cdc9a6c95493f66626
# Parent  7f3e1bf588bcbb429e798ff1ec964f7f5d33d1ad
some brainstorming about multi-language

diff -r 7f3e1bf588bc -r e56f80318b58 code_part1/OSTC_code_asm_part1/displaytext.asm
--- a/code_part1/OSTC_code_asm_part1/displaytext.asm	Tue Feb 01 00:24:46 2011 +0100
+++ b/code_part1/OSTC_code_asm_part1/displaytext.asm	Tue Feb 01 19:08:54 2011 +0100
@@ -115,11 +115,11 @@
 	bcf		displaytext_high		; Clear flag
 									; Get textadress from textlength table
 displaytext1b:	
-	TBLRD*+
+	TBLRD*+							; Read from textlength_pointer
 	movf	TABLAT,W
 	addwf	textaddress+0,F
 	movlw	d'0'
-	addwfc	textaddress+1,F
+	addwfc	textaddress+1,F			; textaddress:2 holds address for first character
 	decfsz	textnumber,F
 	bra		displaytext1b