Mercurial > public > mk2
comparison code_part1/OSTC_code_asm_part1/MAIN.ASM @ 706:d68c6a6b1f38
aa fonts processor
author | heinrichsweikamp |
---|---|
date | Tue, 16 Apr 2013 15:40:27 +0200 |
parents | 6e456a6398e0 |
children | e16e636def61 |
comparison
equal
deleted
inserted
replaced
705:55983c4d6b2d | 706:d68c6a6b1f38 |
---|---|
112 ;============================================================================= | 112 ;============================================================================= |
113 ; Extracted from p3_wordprocessor includes: | 113 ; Extracted from p3_wordprocessor includes: |
114 #include aa_fonts.asm | 114 #include aa_fonts.asm |
115 | 115 |
116 ;============================================================================= | 116 ;============================================================================= |
117 MESSG "OSTC - diving computer code, Copyright (C) 2012 HeinrichsWeikamp" | 117 MESSG "OSTC - diving computer code, Copyright (C) 2013 HeinrichsWeikamp" |
118 MESSG "This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the" | 118 MESSG "This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the" |
119 MESSG "Free Software Foundation, either version 3 of the License, or (at your option) any later version." | 119 MESSG "Free Software Foundation, either version 3 of the License, or (at your option) any later version." |
120 MESSG "This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY" | 120 MESSG "This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY" |
121 MESSG "or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details." | 121 MESSG "or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details." |
122 MESSG "You should have received a copy of the GNU General Public License along with this program.If not, see http://www.gnu.org/licenses/." | 122 MESSG "You should have received a copy of the GNU General Public License along with this program.If not, see http://www.gnu.org/licenses/." |
123 | 123 |
124 ifdef __DEBUG | 124 ifdef __DEBUG |
125 MESSG "OSTC Mk.2 code compiled in DEBUG configuration!" | 125 MESSG "OSTC2 code compiled in DEBUG configuration!" |
126 else | 126 else |
127 MESSG "OSTC Mk.2 code compiled in RELEASE configuration!" | 127 MESSG "OSTC2 code compiled in RELEASE configuration!" |
128 endif | 128 endif |
129 | 129 |
130 | 130 |
131 END ; end of program | 131 END ; end of program |
132 | 132 |