Fix BANK(@) outside sections causing crashes

This commit is contained in:
ISSOtm
2020-04-07 15:45:30 +02:00
parent 562835308b
commit 9f82fa4cf7
5 changed files with 14 additions and 2 deletions

View File

@@ -0,0 +1 @@
assert BANK(@) == 1

View File

@@ -0,0 +1,3 @@
ERROR: assert-nosect-bank.asm(1):
PC has no bank outside a section
error: Assembly aborted (1 errors)!

View File