Mercurial > public > mk2
changeset 135:5c8569f95d7e
temperature collision with the tissue graph
| author | heinrichsweikamp |
|---|---|
| date | Wed, 05 Jan 2011 13:29:18 +0100 |
| parents | 48f12271eb18 |
| children | 20b2c77a6cd2 |
| files | code_part1/OSTC_code_asm_part1/pled_outputs.asm |
| diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/pled_outputs.asm Wed Jan 05 12:40:06 2011 +0100 +++ b/code_part1/OSTC_code_asm_part1/pled_outputs.asm Wed Jan 05 13:29:18 2011 +0100 @@ -863,7 +863,10 @@ bsf leftbind ; left orientated output output_16dp d'2' bcf leftbind - STRCAT_PRINT "° " + STRCAT "° " + clrf WREG ; Allow up to 5 chars to avoid + movff WREG,letter+5 ; collision with sat graphs + call word_processor return PLED_show_ppO2: ; Show ppO2
