Mercurial > public > hwos_code
comparison src/simulator.asm @ 111:c61b7a4e317c
Bugfix: CNS in planner
author | heinrichsweikamp |
---|---|
date | Tue, 17 Jun 2014 12:00:20 +0200 |
parents | 53a99a2dc6a1 |
children | ec0b1e829399 |
comparison
equal
deleted
inserted
replaced
110:d39493c786a2 | 111:c61b7a4e317c |
---|---|
354 btg LEDg | 354 btg LEDg |
355 | 355 |
356 movf char_I_bottom_time,W ; Finished ? | 356 movf char_I_bottom_time,W ; Finished ? |
357 xorwf int_I_divemins,W | 357 xorwf int_I_divemins,W |
358 bz deco_planer_endloop ; YES | 358 bz deco_planer_endloop ; YES |
359 | 359 |
360 call deco_calc_tissue ; JUST calc tissue (faster). | 360 call deco_calc_tissue ; JUST calc tissue (faster). |
361 call deco_calc_CNS_fraction ; Also calculate CNS (in 1min loop) | 361 call deco_calc_CNS_fraction ; Also calculate CNS (in 1min loop) |
362 bra deco_planer_loop | 362 bra deco_planer_loop |
363 | 363 |
364 deco_planer_endloop: | 364 deco_planer_endloop: |