Mercurial > public > mk2
comparison code_part1/OSTC_code_asm_part1/outputs.asm @ 781:9635f6276c3e
Graphical velocity on by default
author | heinrichsweikamp |
---|---|
date | Mon, 02 Jun 2014 12:55:38 +0200 |
parents | de7fa2316913 |
children | b0c96aaa86e4 |
comparison
equal
deleted
inserted
replaced
780:de7fa2316913 | 781:9635f6276c3e |
---|---|
592 movwf apnoe_surface_secs | 592 movwf apnoe_surface_secs |
593 decf apnoe_surface_mins,F | 593 decf apnoe_surface_mins,F |
594 btfss STATUS,N | 594 btfss STATUS,N |
595 bra DISP_show_gas_change_countdown2 | 595 bra DISP_show_gas_change_countdown2 |
596 bcf gaschange_cnt_active ; Clear flag | 596 bcf gaschange_cnt_active ; Clear flag |
597 WIN_TOP .86 | 597 WIN_TOP .91 |
598 WIN_LEFT .64 | 598 WIN_LEFT .64 |
599 WIN_FONT FT_SMALL | 599 WIN_FONT FT_SMALL |
600 movlw d'4' | 600 movlw d'4' |
601 movwf temp1 | 601 movwf temp1 |
602 call DISP_display_clear_common_y1 | 602 call DISP_display_clear_common_y1 |
609 DISP_show_gas_change_countdown2: | 609 DISP_show_gas_change_countdown2: |
610 btfsc menubit ; Divemode menu active? | 610 btfsc menubit ; Divemode menu active? |
611 return ; Yes, do not show | 611 return ; Yes, do not show |
612 movlw color_yellow ; show in yellow | 612 movlw color_yellow ; show in yellow |
613 call DISP_set_color | 613 call DISP_set_color |
614 WIN_TOP .86 | 614 WIN_TOP .91 |
615 WIN_LEFT .64 | 615 WIN_LEFT .64 |
616 WIN_FONT FT_SMALL | 616 WIN_FONT FT_SMALL |
617 WIN_INVERT .0 ; Init new Wordprocessor | 617 WIN_INVERT .0 ; Init new Wordprocessor |
618 lfsr FSR2,letter | 618 lfsr FSR2,letter |
619 movff apnoe_surface_mins,lo | 619 movff apnoe_surface_mins,lo |