Mercurial > public > mk2
diff code_part1/OSTC_code_asm_part1/simulator.asm @ 335:d36fe3651d56 ScreenDump
Updated to 1.91beta
Added screen dumps in cf menu, and in GasList (second page).
--> Need a centralized subroutine when waitting switches...
author | JeanDo |
---|---|
date | Fri, 13 May 2011 02:09:06 +0200 |
parents | 21a0f7393468 |
children | 6bdf80d7276c |
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/simulator.asm Wed May 11 01:37:29 2011 +0200 +++ b/code_part1/OSTC_code_asm_part1/simulator.asm Fri May 13 02:09:06 2011 +0200 @@ -412,18 +412,18 @@ WAITMS d'250' WAITMS d'250' ; Wait for Pressure Sensor to get real pressure again... - movlw d'5' ; Pre-Set Cursor to "Show Decoplan" + movlw d'5' ; Pre-Set Cursor to "Show Decoplan" movwf menupos movff char_I_bottom_time,logbook_temp1 ; Restore bottom time, movff char_I_bottom_depth,logbook_temp2 ; and depth. bra menu_simulator1 ; Done. simulator_save_tissue_data: - bsf restore_deco_data ; Set restore flag - ostc_debug 'S' ; Sends debug-information to screen if debugmode active + bsf restore_deco_data ; Set restore flag + ostc_debug 'S' ; Sends debug-information to screen if debugmode active call deco_push_tissues_to_vault - movlb 0x01 ; Back to RAM Bank1 - ostc_debug 'T' ; Sends debug-information to screen if debugmode active + movlb 0x01 ; Back to RAM Bank1 + ostc_debug 'T' ; Sends debug-information to screen if debugmode active return simulator_restore_tissue_data: