Mercurial > public > hwos_code
comparison src/simulator.asm @ 635:9a64914a8fca
3.10 re-release addressing some minor issues and language fixes
author | heinrichsweikamp |
---|---|
date | Thu, 07 May 2020 09:12:59 +0200 |
parents | 4050675965ea |
children | 8c1f1f334275 |
comparison
equal
deleted
inserted
replaced
634:4050675965ea | 635:9a64914a8fca |
---|---|
756 movff POSTINC0,lo ; read gas volume low byte | 756 movff POSTINC0,lo ; read gas volume low byte |
757 movff POSTINC0,hi ; high byte | 757 movff POSTINC0,hi ; high byte |
758 | 758 |
759 bcf decoplan_overflow ; no overflow in gas needs by default | 759 bcf decoplan_overflow ; no overflow in gas needs by default |
760 | 760 |
761 btfsc decoplan_pressures_shown ; results in bar? | 761 btfss decoplan_pressures_shown ; results in bar? |
762 bra deco_results_gas_volumes_1 ; YES | 762 bra deco_results_gas_volumes_2 ; NO - liter |
763 ;bra deco_results_gas_volumes_1 ; YES - bar | |
763 | 764 |
764 ; output of gas needs in bar | 765 ; output of gas needs in bar |
765 deco_results_gas_volumes_1: | 766 deco_results_gas_volumes_1: |
766 btfsc hi,int_high_flag ; overflow in result? | 767 btfsc hi,int_high_flag ; overflow in result? |
767 bsf decoplan_overflow ; YES - remember it | 768 bsf decoplan_overflow ; YES - remember it |