Mercurial > public > mk2
comparison code_part1/OSTC_code_asm_part1/outputs.asm @ 689:6761e1865dfd
minor
author | heinrichsweikamp |
---|---|
date | Mon, 28 Jan 2013 11:28:15 +0100 |
parents | aebb6d039249 |
children | 839eac136bd8 |
comparison
equal
deleted
inserted
replaced
688:c04e5c18acf9 | 689:6761e1865dfd |
---|---|
636 | 636 |
637 ;============================================================================= | 637 ;============================================================================= |
638 | 638 |
639 DISP_divemode_timeout2: | 639 DISP_divemode_timeout2: |
640 WIN_TOP .54 | 640 WIN_TOP .54 |
641 WIN_LEFT .112 | 641 WIN_LEFT .110 |
642 WIN_FONT FT_SMALL | 642 WIN_FONT FT_SMALL |
643 WIN_INVERT .1 | 643 WIN_INVERT .1 |
644 call DISP_warnings_color | 644 call DISP_warnings_color |
645 STRCPY 0x94 ; "End of dive" icon | 645 STRCPY 0x94 ; "End of dive" icon |
646 movff timeout_counter, lo | 646 movff timeout_counter, lo |
659 WIN_INVERT .0 | 659 WIN_INVERT .0 |
660 return | 660 return |
661 | 661 |
662 DISP_divemode_timeout: | 662 DISP_divemode_timeout: |
663 WIN_TOP .54 | 663 WIN_TOP .54 |
664 WIN_LEFT .112 | 664 WIN_LEFT .110 |
665 WIN_FONT FT_SMALL | 665 WIN_FONT FT_SMALL |
666 call DISP_standard_color | 666 call DISP_standard_color |
667 STRCPY 0x94 ; "End of dive" icon | 667 STRCPY 0x94 ; "End of dive" icon |
668 GETCUSTOM15 d'2' ; diveloop_timeout | 668 GETCUSTOM15 d'2' ; diveloop_timeout |
669 movff lo,sub_a+0 | 669 movff lo,sub_a+0 |