Mercurial > public > mk2
comparison code_part1/OSTC_code_asm_part1/MAIN.ASM @ 58:23dba7f60f88
Mk.2 1.70stable
author | heinrichsweikamp |
---|---|
date | Wed, 04 Aug 2010 21:36:50 +0200 |
parents | ceeeb5e49348 |
children | 2972a06b0785 |
comparison
equal
deleted
inserted
replaced
56:0338aac9a267 | 58:23dba7f60f88 |
---|---|
130 return ;Dummy | 130 return ;Dummy |
131 ORG main_pull_tissues_from_vault | 131 ORG main_pull_tissues_from_vault |
132 return ;Dummy | 132 return ;Dummy |
133 | 133 |
134 | 134 |
135 MESSG "OSTC - diving computer code, Copyright (C) 2009 HeinrichsWeikamp GbR" | 135 MESSG "OSTC - diving computer code, Copyright (C) 2010 HeinrichsWeikamp GbR" |
136 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" | 136 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" |
137 MESSG "Free Software Foundation, either version 3 of the License, or (at your option) any later version." | 137 MESSG "Free Software Foundation, either version 3 of the License, or (at your option) any later version." |
138 MESSG "This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY" | 138 MESSG "This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY" |
139 MESSG "or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details." | 139 MESSG "or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details." |
140 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/." | 140 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/." |