comparison src/start.asm @ 45:76dfe320e6ec

1.01 beta start
author heinrichsweikamp
date Wed, 28 Aug 2013 18:48:11 +0200
parents f51caad821b4
children ec4d8503ec45
comparison
equal deleted inserted replaced
44:18fe4e668baa 45:76dfe320e6ec
180 bsf leftbind 180 bsf leftbind
181 output_8 181 output_8
182 PUTC "." 182 PUTC "."
183 movlw softwareversion_y 183 movlw softwareversion_y
184 movwf lo 184 movwf lo
185 output_8 185 output_99x
186 bcf leftbind 186 bcf leftbind
187 STRCAT_PRINT "" ; Print second row 187 STRCAT_PRINT "" ; Print second row
188 call TFT_Display_FadeIn ; Display resulting surface screen. 188 call TFT_Display_FadeIn ; Display resulting surface screen.
189 189
190 ; place "after-update reset" here... 190 ; place "after-update reset" here...