comparison 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
comparison
equal deleted inserted replaced
814:e50e76f99636 815:2a0e5d884fc3
1 ; OSTC - diving computer code 1 ; OSTC Mk.2, 2N and 2C - diving computer code
2 ; Copyright (C) 2015 HeinrichsWeikamp GbR 2 ; Copyright (C) 2015 HeinrichsWeikamp GbR
3 3
4 ; This program is free software: you can redistribute it and/or modify 4 ; This program is free software: you can redistribute it and/or modify
5 ; it under the terms of the GNU General Public License as published by 5 ; it under the terms of the GNU General Public License as published by
6 ; the Free Software Foundation, either version 3 of the License, or 6 ; the Free Software Foundation, either version 3 of the License, or
120 movwf POSTINC2 120 movwf POSTINC2
121 bra displaytext3 121 bra displaytext3
122 122
123 display_text_exit: 123 display_text_exit:
124 btfss output_to_postinc_only ; output to postinc only? 124 btfss output_to_postinc_only ; output to postinc only?
125 goto word_processor 125 bra display_text_exit2
126 126
127 bcf output_to_postinc_only 127 bcf output_to_postinc_only
128 return 128 return
129
130 display_text_exit2:
131 clrf WREG
132 movff WREG,letter+.22
133 goto word_processor