Mercurial > public > mk2
comparison code_part1/OSTC_code_asm_part1/outputs.asm @ 706:d68c6a6b1f38
aa fonts processor
author | heinrichsweikamp |
---|---|
date | Tue, 16 Apr 2013 15:40:27 +0200 |
parents | 4498d34462d4 |
children | 91ae251d379f |
comparison
equal
deleted
inserted
replaced
705:55983c4d6b2d | 706:d68c6a6b1f38 |
---|---|
2776 | 2776 |
2777 clrf WREG ; Fill with black | 2777 clrf WREG ; Fill with black |
2778 movff WREG,win_color1 | 2778 movff WREG,win_color1 |
2779 movff WREG,win_color2 | 2779 movff WREG,win_color2 |
2780 movff WREG,win_color3 | 2780 movff WREG,win_color3 |
2781 | 2781 movff WREG,win_color4 |
2782 movff WREG,win_color5 | |
2783 movff WREG,win_color6 | |
2782 goto DISP_box | 2784 goto DISP_box |
2783 | 2785 |
2784 ;----------------------------------------------------------------------------- | 2786 ;----------------------------------------------------------------------------- |
2785 ; Display the decoplan (simulator or divemode) for GF model | 2787 ; Display the decoplan (simulator or divemode) for GF model |
2786 ; Inputs: char_O_deco_table (array of stop times, in minutes) | 2788 ; Inputs: char_O_deco_table (array of stop times, in minutes) |