comparison code_part1/OSTC_code_asm_part1/pled_outputs.asm @ 254:8f20e8948b97

working word-around for nofly issue
author heinrichsweikamp
date Fri, 08 Apr 2011 11:58:55 +0200
parents 8b252ff2eded
children 1efd59d689f8
comparison
equal deleted inserted replaced
253:3a4096f32526 254:8f20e8948b97
1693 call PLED_standard_color 1693 call PLED_standard_color
1694 1694
1695 lfsr FSR2,letter 1695 lfsr FSR2,letter
1696 OUTPUTTEXT d'14' ; Desat 1696 OUTPUTTEXT d'14' ; Desat
1697 PUTC ' ' 1697 PUTC ' '
1698 movff int_O_desaturation_time+0,lo ; divide by 60... 1698 ; movff int_O_desaturation_time+0,lo ; divide by 60...
1699 movff int_O_desaturation_time+1,hi 1699 ; movff int_O_desaturation_time+1,hi
1700 movff desaturation_time_buffer+0,lo ; divide by 60...
1701 movff desaturation_time_buffer+1,hi
1702
1700 call convert_time ; converts hi:lo in minutes to hours (hi) and minutes (lo) 1703 call convert_time ; converts hi:lo in minutes to hours (hi) and minutes (lo)
1701 bsf leftbind 1704 bsf leftbind
1702 movf lo,W 1705 movf lo,W
1703 movff hi,lo 1706 movff hi,lo
1704 movwf hi ; exchange lo and hi... 1707 movwf hi ; exchange lo and hi...