comparison src/simulator.asm @ 418:a5fc007634c5

some cleanup
author heinrichsweikamp
date Tue, 19 Apr 2016 14:03:24 +0200
parents fec5eec4c8b7
children 929feb0da4f5
comparison
equal deleted inserted replaced
417:e5a9c9f76315 418:a5fc007634c5
36 36
37 extern log_screendump_and_onesecond, logbook_preloop_tasks 37 extern log_screendump_and_onesecond, logbook_preloop_tasks
38 extern do_planner_menu 38 extern do_planner_menu
39 39
40 ;---- Private temp variables ------------------------------------------------- 40 ;---- Private temp variables -------------------------------------------------
41 CBLOCK tmp+0x10 ; Reserved space for wordprocessor and convert 41 CBLOCK tmp+0x12 ; Reserved space for wordprocessor and convert
42 decoplan_index ; within each page 42 decoplan_index ; within each page
43 decoplan_gindex ; global index 43 decoplan_gindex ; global index
44 decoplan_last ; Depth of last stop (CF#29) 44 decoplan_last ; Depth of last stop (CF#29)
45 decoplan_flags ; Various private flags. 45 decoplan_flags ; Various private flags.
46 decoplan_CNS:2 ; Backup CNS before vault restore 46 decoplan_CNS:2 ; Backup CNS before vault restore
47 decoplan_page ; page number 47 decoplan_page ; page number
48 ; Reserved to tmp+0x16... 48 ; Reserved to tmp+0x18...
49 ENDC 49 ENDC
50 #define decoplan_last_ceiling_shown decoplan_flags,0 50 #define decoplan_last_ceiling_shown decoplan_flags,0
51 51
52 ;---- Demo decoplanner ------------------------------------------------------- 52 ;---- Demo decoplanner -------------------------------------------------------
53 global do_demo_planner 53 global do_demo_planner