Implement . string constant for the current label scope (#1499)

This commit is contained in:
Sylvie
2024-09-13 15:20:01 -04:00
committed by GitHub
parent bfb96b038d
commit 122ef95d9c
15 changed files with 133 additions and 23 deletions

9
test/asm/label-scope.err Normal file
View File

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