Track local label scope, string equated as .. (#1504)

This commit is contained in:
Sylvie
2024-09-18 09:52:30 -04:00
committed by GitHub
parent 197f6cb0ba
commit 9ef2e43bf7
13 changed files with 167 additions and 67 deletions

View File

@@ -2,8 +2,12 @@ error: label-scope.asm(3):
'@' not defined
error: label-scope.asm(3):
'.' not defined
error: label-scope.asm(8):
error: label-scope.asm(3):
'..' not defined
error: label-scope.asm(12):
Built-in symbol '@' cannot be purged
error: label-scope.asm(8):
error: label-scope.asm(12):
Built-in symbol '.' cannot be purged
error: Assembly aborted (4 errors)!
error: label-scope.asm(12):
Built-in symbol '..' cannot be purged
error: Assembly aborted (6 errors)!