comparison code_part1/OSTC_code_asm_part1/MAIN.ASM @ 116:14a074e1a375

Split C code, and use direct linking.
author JeanDo
date Sun, 26 Dec 2010 14:30:13 +0100
parents 8aa8acada0fd
children 6a94f96e9cea
comparison
equal deleted inserted replaced
115:50a06adabc67 116:14a074e1a375
132 ; (should be after aa_wordprocessor) 132 ; (should be after aa_wordprocessor)
133 #include color_processor.asm ; Color image drawing. 133 #include color_processor.asm ; Color image drawing.
134 #include dive_icons.asm ; Draw dive type icons in surface mode. 134 #include dive_icons.asm ; Draw dive type icons in surface mode.
135 135
136 ;============================================================================= 136 ;=============================================================================
137 p2_deco code 0x0C000 ; Mark segment name into the .map file
138 #include p2_deco_main_v110d.txt
139
140 ;=============================================================================
141 MESSG "OSTC - diving computer code, Copyright (C) 2010 HeinrichsWeikamp GbR" 137 MESSG "OSTC - diving computer code, Copyright (C) 2010 HeinrichsWeikamp GbR"
142 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" 138 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"
143 MESSG "Free Software Foundation, either version 3 of the License, or (at your option) any later version." 139 MESSG "Free Software Foundation, either version 3 of the License, or (at your option) any later version."
144 MESSG "This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY" 140 MESSG "This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY"
145 MESSG "or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details." 141 MESSG "or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details."