comparison src/simulator.asm @ 255:ad62dff7739a

add bearing option to compass
author heinrichsweikamp
date Mon, 23 Mar 2015 17:07:57 +0100
parents 31088352ee32
children 653a3ab08062
comparison
equal deleted inserted replaced
254:5fe7aff622f3 255:ad62dff7739a
41 decoplan_index ; within each page 41 decoplan_index ; within each page
42 decoplan_gindex ; global index 42 decoplan_gindex ; global index
43 decoplan_last ; Depth of last stop (CF#29) 43 decoplan_last ; Depth of last stop (CF#29)
44 decoplan_flags ; Various private flags. 44 decoplan_flags ; Various private flags.
45 decoplan_CNS:2 ; Backup CNS before vault restore 45 decoplan_CNS:2 ; Backup CNS before vault restore
46 ; Reserved to tmp+0x1F... 46 decoplan_page ; page number
47 ; Reserved to tmp+0x16...
47 ENDC 48 ENDC
48 #define decoplan_last_ceiling_shown decoplan_flags,0 49 #define decoplan_last_ceiling_shown decoplan_flags,0
49 50
50 ;---- Demo decoplanner ------------------------------------------------------- 51 ;---- Demo decoplanner -------------------------------------------------------
51 global do_demo_planner 52 global do_demo_planner