Mercurial > public > mk2
comparison code_part1/OSTC_code_asm_part1/outputs.asm @ 756:a98365da41d3
BUGFIX: FTTS>9min in OSTC 2C hardware
author | heinrichsweikamp |
---|---|
date | Wed, 30 Oct 2013 14:46:26 +0100 |
parents | 6e6b87566f59 |
children | 3096294bb06e |
comparison
equal
deleted
inserted
replaced
755:6724df41d4f1 | 756:a98365da41d3 |
---|---|
3627 bz DISP_show_@5_wait | 3627 bz DISP_show_@5_wait |
3628 | 3628 |
3629 bsf leftbind | 3629 bsf leftbind |
3630 output_16 | 3630 output_16 |
3631 bcf leftbind | 3631 bcf leftbind |
3632 STRCAT_PRINT "' " ; From "none" to "1'" we need 2 trailing spaces | 3632 STRCAT "' " ; From "none" to "1'" we need 2 trailing spaces |
3633 movff WREG,letter+3 ; limit to four chars | |
3634 STRCAT_PRINT "" | |
3633 return | 3635 return |
3634 | 3636 |
3635 DISP_show_@5_nodeco: | 3637 DISP_show_@5_nodeco: |
3636 DISP_show_@5_wait: | 3638 DISP_show_@5_wait: |
3637 STRCPY_PRINT "--- " | 3639 STRCPY_PRINT "--- " |