Mercurial > public > hwos_code
comparison src/start.asm @ 152:19ad15f04f60
BUGFIX: Clear Setpoint-Fallback warning when in bailout
NEW: 180? display rotation option
author | heinrichsweikamp |
---|---|
date | Thu, 21 Aug 2014 10:19:03 +0200 |
parents | 5cb177f0948a |
children | afa31c815f24 |
comparison
equal
deleted
inserted
replaced
151:5cb177f0948a | 152:19ad15f04f60 |
---|---|
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... | 277 bsf flip_screen ; Test... |
278 | 278 |
279 goto surfloop ; Jump to Surfaceloop! | 279 goto surfloop ; Jump to Surfaceloop! |
280 | 280 |
281 ;============================================================================= | 281 ;============================================================================= |
282 ; Setup all flags and parameters for divemode and simulator computations. | 282 ; Setup all flags and parameters for divemode and simulator computations. |