Mercurial > public > mk2
comparison code_part1/OSTC_code_asm_part1/simulator.asm @ 34:5dbdc08e5460
New Simulator results screen
author | heinrichsweikamp |
---|---|
date | Tue, 25 May 2010 18:10:51 +0200 |
parents | 6e5db85382a2 |
children | d4f0c097a7fa |
comparison
equal
deleted
inserted
replaced
33:6e5db85382a2 | 34:5dbdc08e5460 |
---|---|
168 ostc_debug 'H' ; Sends debug-information to screen if debugmode active | 168 ostc_debug 'H' ; Sends debug-information to screen if debugmode active |
169 return | 169 return |
170 | 170 |
171 simulator_show_decoplan: | 171 simulator_show_decoplan: |
172 call PLED_ClearScreen | 172 call PLED_ClearScreen |
173 call PLED_simdata_screen | |
173 call divemenu_see_decoplan | 174 call divemenu_see_decoplan |
175 | |
176 WIN_INVERT .1 ; Init new Wordprocessor | |
177 DISPLAYTEXT .188 ; Sim. Results: | |
178 WIN_INVERT .0 ; Init new Wordprocessor | |
174 | 179 |
175 bcf switch_left | 180 bcf switch_left |
176 bcf switch_right | 181 bcf switch_right |
177 | 182 |
178 simulator_show_decoplan2: | 183 simulator_show_decoplan2: |