Mercurial > public > hwos_code
comparison src/simulator.asm @ 471:9edb1359ce43
NEW: New Customview 11 in dive mode shows ppO2, EAD/END and CNS
CHANGE: Customview 4 shows Clock, Battery Information and Tissue Information
author | heinrichsweikamp |
---|---|
date | Sun, 11 Dec 2016 14:43:56 +0100 |
parents | 1eeafeeb9287 |
children | ad8acade5567 |
comparison
equal
deleted
inserted
replaced
470:81faca166e1b | 471:9edb1359ce43 |
---|---|
691 output_16 | 691 output_16 |
692 STRCAT_PRINT "'" | 692 STRCAT_PRINT "'" |
693 | 693 |
694 ;---- Display CNS result | 694 ;---- Display CNS result |
695 WIN_TOP .205 | 695 WIN_TOP .205 |
696 STRCPY_TEXT tCNS | 696 STRCPY_TEXT tCNS2 ; "CNS:" |
697 STRCAT ": " | |
698 movff int_O_CNS_fraction+0,lo | 697 movff int_O_CNS_fraction+0,lo |
699 movff int_O_CNS_fraction+1,hi | 698 movff int_O_CNS_fraction+1,hi |
700 output_16_3 ; limit to 999 and display only (0-999) | 699 output_16_3 ; limit to 999 and display only (0-999) |
701 STRCAT "%\x92" ; "->" | 700 STRCAT "%\x92" ; "->" |
702 movff decoplan_CNS+0,lo | 701 movff decoplan_CNS+0,lo |