Mercurial > public > mk2
comparison code_part1/OSTC_code_asm_part1/menu_logbook.asm @ 44:475a9e536d77
1.63beta release
author | heinrichsweikamp |
---|---|
date | Thu, 01 Jul 2010 17:45:01 +0200 |
parents | da553e5c7a90 |
children | 6a94f96e9cea |
comparison
equal
deleted
inserted
replaced
43:65d5b0c8da41 | 44:475a9e536d77 |
---|---|
562 movff hi,xA+1 | 562 movff hi,xA+1 |
563 call div16x16 ; xA/xB=xC | 563 call div16x16 ; xA/xB=xC |
564 movlw d'75' | 564 movlw d'75' |
565 addwf xC+0,F ; add 75 pixel offset to result | 565 addwf xC+0,F ; add 75 pixel offset to result |
566 | 566 |
567 btfsc STATUS,C ; Ignore potential profile errors | 567 btfsc STATUS,C ; Ignore potential profile errors |
568 movff apnoe_mins,xC+0 | 568 movff apnoe_mins,xC+0 |
569 | 569 |
570 call profile_display_fill ; In this column between this row (xC+0) and the last row (apnoe_mins) | 570 call profile_display_fill ; In this column between this row (xC+0) and the last row (apnoe_mins) |
571 movff xC+0,apnoe_mins ; Store last row for fill routine | 571 movff xC+0,apnoe_mins ; Store last row for fill routine |
572 movf xC+0,W | 572 movf xC+0,W |
573 call PLED_SetRow ; 0...259 | 573 call PLED_SetRow ; 0...259 |