mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Improve the error messages for interpolating undefined or invalid symbols (#1423)
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
error: interpolation.asm(20):
|
||||
Only numerical and string symbols can be interpolated
|
||||
error: Assembly aborted (1 error)!
|
||||
error: interpolation.asm(18):
|
||||
Interpolated symbol "undef" does not exist
|
||||
error: interpolation.asm(22):
|
||||
Interpolated symbol "label" does not exist
|
||||
error: interpolation.asm(29):
|
||||
Interpolated symbol "foo" is not a numeric or string symbol
|
||||
error: Assembly aborted (3 errors)!
|
||||
|
||||
Reference in New Issue
Block a user