comparison code_part1/OSTC_code_asm_part1/pled_outputs.asm @ 135:5c8569f95d7e

temperature collision with the tissue graph
author heinrichsweikamp
date Wed, 05 Jan 2011 13:29:18 +0100
parents 35567a646fe5
children 20b2c77a6cd2
comparison
equal deleted inserted replaced
134:48f12271eb18 135:5c8569f95d7e
861 movlw d'3' 861 movlw d'3'
862 movwf ignore_digits 862 movwf ignore_digits
863 bsf leftbind ; left orientated output 863 bsf leftbind ; left orientated output
864 output_16dp d'2' 864 output_16dp d'2'
865 bcf leftbind 865 bcf leftbind
866 STRCAT_PRINT "° " 866 STRCAT "° "
867 clrf WREG ; Allow up to 5 chars to avoid
868 movff WREG,letter+5 ; collision with sat graphs
869 call word_processor
867 return 870 return
868 871
869 PLED_show_ppO2: ; Show ppO2 872 PLED_show_ppO2: ; Show ppO2
870 ostc_debug 't' ; Sends debug-information to screen if debugmode active 873 ostc_debug 't' ; Sends debug-information to screen if debugmode active
871 WIN_TOP .119 874 WIN_TOP .119