mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-24 12:02:08 +00:00
Implement . string constant for the current label scope (#1499)
This commit is contained in:
9
test/asm/label-scope.err
Normal file
9
test/asm/label-scope.err
Normal 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)!
|
||||
Reference in New Issue
Block a user