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

View File

@@ -3,7 +3,11 @@ error: undefined-builtins.asm(3):
error: undefined-builtins.asm(4):
Interpolated symbol "@" does not exist
error: undefined-builtins.asm(8):
_NARG has no value outside of a macro
"." has no value outside of a label scope
error: undefined-builtins.asm(9):
Interpolated symbol "." does not exist
error: undefined-builtins.asm(13):
_NARG has no value outside of a macro
error: undefined-builtins.asm(14):
Interpolated symbol "_NARG" does not exist
error: Assembly aborted (4 errors)!
error: Assembly aborted (6 errors)!