Mercurial > public > hwos_code
comparison src/start.asm @ 154:afa31c815f24
NEW: Show ppO2 for change depth during gas setup
author | heinrichsweikamp |
---|---|
date | Wed, 27 Aug 2014 17:38:21 +0200 |
parents | 19ad15f04f60 |
children | 5f71e31bd5b3 |
comparison
equal
deleted
inserted
replaced
153:0bd6dff01204 | 154:afa31c815f24 |
---|---|
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 bsf flip_screen ; Test... | 277 bcf 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. |