Implement REDEF to allow redefining EQUS string equates

Fixes #677
This commit is contained in:
Rangi
2021-01-01 14:28:59 -05:00
committed by Eldred Habert
parent 18f3c8ff9a
commit 9d2d5cfcfe
8 changed files with 99 additions and 11 deletions

3
test/asm/redef-equs.err Normal file
View File

@@ -0,0 +1,3 @@
ERROR: redef-equs.asm(23):
'N' already defined as non-EQUS at redef-equs.asm(22)
error: Assembly aborted (1 errors)!