diff 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
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/simulator.asm	Sat Nov 30 20:41:43 2013 +0100
+++ b/code_part1/OSTC_code_asm_part1/simulator.asm	Sun Dec 01 10:33:12 2013 +0100
@@ -26,11 +26,11 @@
 ;=============================================================================
 ; Temp data, local to this module, moved to ACCES0 area.
 ;
-    CBLOCK tmp                  ; Into safe (from C library) area.
-        sim_btm_time            ; Simulated bottom time
-        sim_btm_depth           ; Simulated max depth
-        sim_CNS                 ; Backup CNS value during decoplanning.
-    ENDC
+;    CBLOCK tmp                  ; Into safe (from C library) area.
+;        sim_btm_time            ; Simulated bottom time
+;        sim_btm_depth           ; Simulated max depth
+;        sim_CNS                 ; Backup CNS value during decoplanning.
+;    ENDC
 
 ;=============================================================================