Mercurial > public > mk2
comparison code_part1/OSTC_code_asm_part1/MAIN.ASM @ 552:44e9b961f156
Compute ppO2 for pSCR diving
author | heinrichsweikamp |
---|---|
date | Sat, 04 Feb 2012 18:23:36 +0100 |
parents | 0def530863c2 |
children | 97b11ff4bcea |
comparison
equal
deleted
inserted
replaced
551:c67bf1ca73ef | 552:44e9b961f156 |
---|---|
120 ;============================================================================= | 120 ;============================================================================= |
121 ; Extracted from p3_wordprocessor includes: | 121 ; Extracted from p3_wordprocessor includes: |
122 #include aa_fonts.asm | 122 #include aa_fonts.asm |
123 | 123 |
124 ;============================================================================= | 124 ;============================================================================= |
125 MESSG "OSTC - diving computer code, Copyright (C) 2011 HeinrichsWeikamp" | 125 MESSG "OSTC - diving computer code, Copyright (C) 2012 HeinrichsWeikamp" |
126 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" | 126 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" |
127 MESSG "Free Software Foundation, either version 3 of the License, or (at your option) any later version." | 127 MESSG "Free Software Foundation, either version 3 of the License, or (at your option) any later version." |
128 MESSG "This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY" | 128 MESSG "This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY" |
129 MESSG "or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details." | 129 MESSG "or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details." |
130 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/." | 130 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/." |