Mercurial > public > mk2
comparison code_part1/OSTC_code_asm_part1/simulator.asm @ 63:fee7c62b4de1
1.71beta - clock in divemode (CF39)
author | heinrichsweikamp |
---|---|
date | Wed, 29 Sep 2010 15:25:53 +0200 |
parents | 2972a06b0785 |
children | e8756eba54ee |
comparison
equal
deleted
inserted
replaced
62:2972a06b0785 | 63:fee7c62b4de1 |
---|---|
155 | 155 |
156 simulator_show_decoplan: | 156 simulator_show_decoplan: |
157 call PLED_ClearScreen | 157 call PLED_ClearScreen |
158 call PLED_simdata_screen | 158 call PLED_simdata_screen |
159 call divemenu_see_decoplan | 159 call divemenu_see_decoplan |
160 | |
161 call enable_rs232 | |
162 lfsr FSR0,0x250 | |
163 movlw 0x20 | |
164 movwf wait_temp | |
165 xy: ; Clear Deco list | |
166 movff POSTINC0,TXREG | |
167 call rs232_wait_tx | |
168 decfsz wait_temp,F | |
169 bra xy | |
170 | |
171 | |
160 | 172 |
161 WIN_INVERT .1 ; Init new Wordprocessor | 173 WIN_INVERT .1 ; Init new Wordprocessor |
162 DISPLAYTEXT .188 ; Sim. Results: | 174 DISPLAYTEXT .188 ; Sim. Results: |
163 WIN_INVERT .0 ; Init new Wordprocessor | 175 WIN_INVERT .0 ; Init new Wordprocessor |
164 | 176 |