diff code_part1/OSTC_code_asm_part1/displaytext.asm @ 815:2a0e5d884fc3

BUGFIX: Fix licence in German BUGFIX: Fix minor layout bug in surface mode
author heinrichsweikamp
date Tue, 12 May 2015 11:30:35 +0200
parents c50296c3059e
children 2750099bf5bb
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/displaytext.asm	Mon May 04 13:53:36 2015 +0200
+++ b/code_part1/OSTC_code_asm_part1/displaytext.asm	Tue May 12 11:30:35 2015 +0200
@@ -1,4 +1,4 @@
-; OSTC - diving computer code
+; OSTC Mk.2, 2N and 2C - diving computer code
 ; Copyright (C) 2015 HeinrichsWeikamp GbR
 
 ;    This program is free software: you can redistribute it and/or modify
@@ -122,7 +122,12 @@
 
 display_text_exit:
 	btfss	output_to_postinc_only		; output to postinc only?
-	goto    word_processor
+	bra     display_text_exit2
 	
 	bcf     output_to_postinc_only
 	return
+
+display_text_exit2:
+    clrf    WREG
+    movff   WREG,letter+.22
+    goto    word_processor