Mercurial > public > mk2
comparison code_part1/OSTC_code_asm_part1/simulator.asm @ 47:56aea9fcdd8f
1.65beta release
author | heinrichsweikamp |
---|---|
date | Thu, 15 Jul 2010 18:09:58 +0200 |
parents | 8457bb96b860 |
children | cd5b650920f6 |
comparison
equal
deleted
inserted
replaced
46:8457bb96b860 | 47:56aea9fcdd8f |
---|---|
165 ostc_debug 'G' ; Sends debug-information to screen if debugmode active | 165 ostc_debug 'G' ; Sends debug-information to screen if debugmode active |
166 call deco_main_calc_desaturation_time ; calculate desaturation time | 166 call deco_main_calc_desaturation_time ; calculate desaturation time |
167 movlb b'00000001' ; select ram bank 1 | 167 movlb b'00000001' ; select ram bank 1 |
168 call calculate_noflytime ; Calc NoFly time | 168 call calculate_noflytime ; Calc NoFly time |
169 ostc_debug 'H' ; Sends debug-information to screen if debugmode active | 169 ostc_debug 'H' ; Sends debug-information to screen if debugmode active |
170 | |
171 ; Calculate CNS | |
172 call main_calc_CNS_fraction ; calculate CNS | |
173 movlb b'00000001' ; rambank 1 selected | |
170 return | 174 return |
171 | 175 |
172 simulator_show_decoplan: | 176 simulator_show_decoplan: |
173 call PLED_ClearScreen | 177 call PLED_ClearScreen |
174 call PLED_simdata_screen | 178 call PLED_simdata_screen |