Mercurial > public > mk2
comparison code_part1/OSTC_code_asm_part1/surfmode.asm @ 717:91ae251d379f
"ostc3-style" menu titles
author | heinrichsweikamp |
---|---|
date | Thu, 23 May 2013 10:59:34 +0200 |
parents | 39e02673db4c |
children | 4452837aff37 |
comparison
equal
deleted
inserted
replaced
716:d333c8462844 | 717:91ae251d379f |
---|---|
480 bcf INTCON3,INT1IF ; Clear flag | 480 bcf INTCON3,INT1IF ; Clear flag |
481 return | 481 return |
482 | 482 |
483 test_switches_surfmode3: | 483 test_switches_surfmode3: |
484 bcf switch_right | 484 bcf switch_right |
485 call DISP_topline_box ; Write a filled bar at the top | 485 call DISP_topline_box_clear |
486 WIN_INVERT .1 ; Init new Wordprocessor | 486 call DISP_divemask_color |
487 DISPLAYTEXT .4 ;Menu? | 487 DISPLAYTEXT .4 ;Menu? |
488 WIN_INVERT .0 ; Init new Wordprocessor | 488 call DISP_standard_color |
489 bsf premenu | 489 bsf premenu |
490 clrf timeout_counter2 | 490 clrf timeout_counter2 |
491 return | 491 return |
492 | 492 |
493 test_switches_surfmode2: | 493 test_switches_surfmode2: |