comparison src/start.asm @ 151:5cb177f0948a

work on flip screen...
author heinrichsweikamp
date Mon, 18 Aug 2014 17:37:00 +0200
parents fdd4e30846ae
children 19ad15f04f60
comparison
equal deleted inserted replaced
150:074b1a9ded7b 151:5cb177f0948a
272 btfss neg_flag ; Result negative (Ambient>880mbar)? 272 btfss neg_flag ; Result negative (Ambient>880mbar)?
273 bsf high_altitude_mode ; No, Set Flag! 273 bsf high_altitude_mode ; No, Set Flag!
274 274
275 call ext_flash_disable_protection ; Disable write protection for external flash 275 call ext_flash_disable_protection ; Disable write protection for external flash
276 276
277 bcf flip_screen ; Test...
278
277 goto surfloop ; Jump to Surfaceloop! 279 goto surfloop ; Jump to Surfaceloop!
278 280
279 ;============================================================================= 281 ;=============================================================================
280 ; Setup all flags and parameters for divemode and simulator computations. 282 ; Setup all flags and parameters for divemode and simulator computations.
281 ; 283 ;