Mercurial > public > mk2
comparison code_part1/OSTC_code_asm_part1/pled_outputs.asm @ 352:544a96faa9f3 64kByte Logbook
New "Quit sim" option in simulated dive mode, CF02 now allows more then 240seconds, Bugfix with runtime=1min in runtime simulator
author | Heinrichsweikamp |
---|---|
date | Mon, 06 Jun 2011 18:50:26 +0200 |
parents | 06299199dfb9 |
children | 61742b3ef842 |
comparison
equal
deleted
inserted
replaced
351:5c186a72cb5d | 352:544a96faa9f3 |
---|---|
2343 DISPLAYTEXT .254 ; Close | 2343 DISPLAYTEXT .254 ; Close |
2344 DISPLAYTEXT .250 ; + 1m | 2344 DISPLAYTEXT .250 ; + 1m |
2345 DISPLAYTEXT .251 ; - 1m | 2345 DISPLAYTEXT .251 ; - 1m |
2346 DISPLAYTEXT .252 ; +10m | 2346 DISPLAYTEXT .252 ; +10m |
2347 DISPLAYTEXT .253 ; -10m | 2347 DISPLAYTEXT .253 ; -10m |
2348 DISPLAYTEXTH .306 ; Quit Sim | |
2348 return | 2349 return |
2349 | 2350 |
2350 ;----------------------------------------------------------------------------- | 2351 ;----------------------------------------------------------------------------- |
2351 ; Draw a stop of the deco plan (simulator or dive). | 2352 ; Draw a stop of the deco plan (simulator or dive). |
2352 ; Inputs: lo = depth. Range 3m...93m | 2353 ; Inputs: lo = depth. Range 3m...93m |
2672 | 2673 |
2673 movlw d'5' ; list all five gases | 2674 movlw d'5' ; list all five gases |
2674 cpfseq hi ; All gases shown? | 2675 cpfseq hi ; All gases shown? |
2675 bra PLED_gas_list_loop ; No | 2676 bra PLED_gas_list_loop ; No |
2676 | 2677 |
2677 DISPLAYTEXT d'122' ; Gas 6.. | 2678 DISPLAYTEXT d'122' ; More |
2678 return ; return (OC mode) | 2679 return ; return (OC mode) |
2679 | 2680 |
2680 PLED_splist_start: | 2681 PLED_splist_start: |
2681 WIN_LEFT .100 | 2682 WIN_LEFT .100 |
2682 WIN_FONT FT_SMALL | 2683 WIN_FONT FT_SMALL |