diff src/simulator.asm @ 418:a5fc007634c5

some cleanup
author heinrichsweikamp
date Tue, 19 Apr 2016 14:03:24 +0200
parents fec5eec4c8b7
children 929feb0da4f5
line wrap: on
line diff
--- a/src/simulator.asm	Mon Apr 18 17:29:19 2016 +0200
+++ b/src/simulator.asm	Tue Apr 19 14:03:24 2016 +0200
@@ -38,14 +38,14 @@
     extern  do_planner_menu
 
 ;---- Private temp variables -------------------------------------------------
-        CBLOCK  tmp+0x10                ; Reserved space for wordprocessor and convert
+        CBLOCK  tmp+0x12                ; Reserved space for wordprocessor and convert
             decoplan_index              ; within each page
             decoplan_gindex             ; global index
             decoplan_last               ; Depth of last stop (CF#29)
             decoplan_flags              ; Various private flags.
             decoplan_CNS:2              ; Backup CNS before vault restore
             decoplan_page               ; page number
-            ; Reserved to tmp+0x16...
+            ; Reserved to tmp+0x18...
         ENDC
 #define decoplan_last_ceiling_shown   decoplan_flags,0