comparison code_part1/OSTC_code_asm_part1/simulator.asm @ 760:e16e636def61

2.74 release
author heinrichsweikamp
date Sun, 01 Dec 2013 10:33:12 +0100
parents ad5ab9910820
children c50296c3059e
comparison
equal deleted inserted replaced
759:ae830d5e63ef 760:e16e636def61
24 ; ToDo: 24 ; ToDo:
25 25
26 ;============================================================================= 26 ;=============================================================================
27 ; Temp data, local to this module, moved to ACCES0 area. 27 ; Temp data, local to this module, moved to ACCES0 area.
28 ; 28 ;
29 CBLOCK tmp ; Into safe (from C library) area. 29 ; CBLOCK tmp ; Into safe (from C library) area.
30 sim_btm_time ; Simulated bottom time 30 ; sim_btm_time ; Simulated bottom time
31 sim_btm_depth ; Simulated max depth 31 ; sim_btm_depth ; Simulated max depth
32 sim_CNS ; Backup CNS value during decoplanning. 32 ; sim_CNS ; Backup CNS value during decoplanning.
33 ENDC 33 ; ENDC
34 34
35 ;============================================================================= 35 ;=============================================================================
36 36
37 menu_simulator: 37 menu_simulator:
38 movlw d'3' 38 movlw d'3'