Mercurial > public > mk2
comparison code_part1/OSTC_code_asm_part1/surfmode.asm @ 3:3cf8af30b36e
v1.51 beta
author | heinrichsweikamp |
---|---|
date | Thu, 04 Feb 2010 14:56:12 +0100 |
parents | 96a35aeda5f2 |
children | 2b5c52ae3923 |
comparison
equal
deleted
inserted
replaced
2:d11ef8dc4b2c | 3:3cf8af30b36e |
---|---|
84 bcf standalone_simulator ; Quit simulator mode (if active) | 84 bcf standalone_simulator ; Quit simulator mode (if active) |
85 WIN_TOP .0 | 85 WIN_TOP .0 |
86 WIN_LEFT .0 | 86 WIN_LEFT .0 |
87 WIN_FONT FT_SMALL | 87 WIN_FONT FT_SMALL |
88 WIN_INVERT .0 ; Init new Wordprocessor | 88 WIN_INVERT .0 ; Init new Wordprocessor |
89 WIN_COLOR color_white | 89 call PLED_standard_color |
90 | |
90 bcf switch_left | 91 bcf switch_left |
91 bcf switch_right | 92 bcf switch_right |
92 call PLED_custom_text ; Displays custom text | 93 call PLED_custom_text ; Displays custom text |
93 movlw d'1' ; next cf to check | 94 movlw d'1' ; next cf to check |
94 movwf cf_checker_counter ; | 95 movwf cf_checker_counter ; |