comparison code_part1/OSTC_code_asm_part1/MAIN.ASM @ 62:2972a06b0785

1.71 beta in work
author heinrichsweikamp
date Mon, 20 Sep 2010 21:51:18 +0200
parents 23dba7f60f88
children 3e351e25f5d1
comparison
equal deleted inserted replaced
61:f254a568e73d 62:2972a06b0785
103 #include sync_clock.asm ; syncs RTC with PC 103 #include sync_clock.asm ; syncs RTC with PC
104 #include start.asm ; Startup and init, checks background debugger 104 #include start.asm ; Startup and init, checks background debugger
105 #include simulator.asm ; Stand-alone simulator routines 105 #include simulator.asm ; Stand-alone simulator routines
106 #include io.asm ; Low-Level I/O access 106 #include io.asm ; Low-Level I/O access
107 107
108 ORG 0x0A000 ; keep free for new c_code
109 nop
110 108
111 ORG deco_main_calc_hauptroutine 109 ; Include C sub-routines automatically
112 return ;Dummy 110
113 ORG deco_main_calc_without_deco 111 ORG 0x09A00
114 return ;Dummy 112 #include ostc_part3_wordprocessor_NEW_CURSOR_9A00_to_B960_jump_in_B410.txt ; New C-Code
115 ORG deco_main_clear_tissue 113
116 return ;Dummy 114 ORG 0x0C000
117 ORG deco_main_calc_desaturation_time 115 #include p2_deco_main_v110d.txt
118 return ;Dummy 116
119 ORG deco_main_calc_wo_deco_step_1_m
120 return ;Dummy
121 ORG deco_main_hash
122 return ;Dummy
123 ORG main_clear_CNS_fraction
124 return ;Dummy
125 ORG main_calc_CNS_fraction
126 return ;Dummy
127 ORG main_calc_CNS_decrease_15min
128 return ;Dummy
129 ORG main_push_tissues_to_vault
130 return ;Dummy
131 ORG main_pull_tissues_from_vault
132 return ;Dummy
133
134
135 MESSG "OSTC - diving computer code, Copyright (C) 2010 HeinrichsWeikamp GbR" 117 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" 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"
137 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."
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" 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"
139 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."