Clean up symbol management

Stop using that bitfield for everything, including what can be determined otherwise
It also makes it easier to have a sane state, since some bits were (supposedly)
mutually exclusive
This commit is contained in:
ISSOtm
2020-01-22 15:05:07 +01:00
parent e3ef194b4f
commit ab9307ac61
10 changed files with 162 additions and 169 deletions

View File

@@ -1,5 +1,5 @@
ERROR: pc-bank.asm(2):
Source address $2a00 not in $FF00 to $FFFF
ERROR: pc-bank.asm(11):
@'s bank is not known yet
Current bank is not known yet
error: Assembly aborted (2 errors)!

View File

@@ -1,2 +1,3 @@
ERROR: pc-def.asm(1):
'@' is not allowed as argument to the DEF function
Label "@" is not a valid argument to DEF
error: Assembly aborted (1 errors)!

View File

@@ -0,0 +1 @@
defined