Mercurial > public > mk2
comparison code_part1/OSTC_code_asm_part1/outputs.asm @ 731:87c74962b7e1
show ppO2 of diluent gas in bailout case correctly
author | heinrichsweikamp |
---|---|
date | Sun, 16 Jun 2013 22:24:02 +0200 |
parents | 0ab7d244c6ec |
children | 65822fa08333 |
comparison
equal
deleted
inserted
replaced
730:ae641bcb0d02 | 731:87c74962b7e1 |
---|---|
3580 lfsr FSR2,letter | 3580 lfsr FSR2,letter |
3581 clrf hi | 3581 clrf hi |
3582 bsf leftbind | 3582 bsf leftbind |
3583 output_16dp d'3' ; Show ppO2 w/o leading zero | 3583 output_16dp d'3' ; Show ppO2 w/o leading zero |
3584 bcf leftbind | 3584 bcf leftbind |
3585 STRCAT_PRINT " " ; Display ppO2[Diluent] | 3585 PUTC " " |
3586 clrf WREG | |
3587 movff WREG,letter+4 ; limit to five chars | |
3588 STRCAT_PRINT "" ; Display ppO2[Diluent] | |
3586 goto DISP_standard_color ; Back to white. | 3589 goto DISP_standard_color ; Back to white. |
3587 | 3590 |
3588 ;============================================================================= | 3591 ;============================================================================= |
3589 ; Display TTS after extra time at the same depth. | 3592 ; Display TTS after extra time at the same depth. |
3590 ; | 3593 ; |