Mercurial > public > hwos_code
comparison src/start.asm @ 147:fdd4e30846ae
some cleanup
author | heinrichsweikamp |
---|---|
date | Wed, 06 Aug 2014 11:59:04 +0200 |
parents | 939f1e83c4c2 |
children | 5cb177f0948a |
comparison
equal
deleted
inserted
replaced
146:d6ad414c7c12 | 147:fdd4e30846ae |
---|---|
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 extern testloop | |
278 ; goto testloop | |
279 | |
280 | |
281 | |
282 goto surfloop ; Jump to Surfaceloop! | 277 goto surfloop ; Jump to Surfaceloop! |
283 | 278 |
284 ;============================================================================= | 279 ;============================================================================= |
285 ; Setup all flags and parameters for divemode and simulator computations. | 280 ; Setup all flags and parameters for divemode and simulator computations. |
286 ; | 281 ; |