summaryrefslogtreecommitdiff
path: root/crystal.py
diff options
context:
space:
mode:
Diffstat (limited to 'crystal.py')
-rw-r--r--crystal.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/crystal.py b/crystal.py
index 5f66408..26da668 100644
--- a/crystal.py
+++ b/crystal.py
@@ -7823,6 +7823,9 @@ def scan_for_predefined_labels(debug=False):
all_labels = []
bank_intervals = {}
+ if asm == None:
+ load_asm()
+
#figure out line numbers for each bank
for bank_id in range(0x7F+1):
abbreviation = ("%.x" % (bank_id)).upper()