mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
* Implement a '#' prefix for raw identifiers that may alias keywords * Review comments * Disallow hashless raw identifiers in interpolations * Run clang-format
10 lines
410 B
Plaintext
10 lines
410 B
Plaintext
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: interpolation.asm(32):
|
|
Interpolated symbol "xor" is a reserved keyword; add a '#' prefix to use it as a raw symbol
|
|
error: Assembly aborted (4 errors)!
|