call load_asm in scan_for_predefined_labels

This commit is contained in:
Bryan Bishop 2012-09-10 22:28:20 -05:00
parent f6be64dc7e
commit d23972b7a3

View File

@ -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()