mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
- "Double quotes" for strings (filenames, section names, CLI option arguments, etc) - 'Single quotes' for characters and CLI option flags - `Backticks` for keywords and identifiers (symbol names, charmap names, etc) CLI option flags also have their leading dashes
19 lines
918 B
Plaintext
19 lines
918 B
Plaintext
error: Undefined macro `m`; it was purged
|
|
at use-purged-symbol.asm(6)
|
|
error: Bracketed symbol `argi` does not exist; it was purged
|
|
at use-purged-symbol.asm::m2(10) <- use-purged-symbol.asm(13)
|
|
error: Expected constant expression: `argi` is not constant at assembly time; it was purged
|
|
at use-purged-symbol.asm(15)
|
|
error: Interpolated symbol `argi` does not exist; it was purged
|
|
at use-purged-symbol.asm(17)
|
|
warning: Purging an exported symbol `Label` [-Wpurge]
|
|
at use-purged-symbol.asm(20)
|
|
error: Expected constant expression: `Label` is not constant at assembly time; it was purged
|
|
at use-purged-symbol.asm(21)
|
|
error: Expected constant expression: `Label`'s bank is not known; it was purged
|
|
at use-purged-symbol.asm(22)
|
|
warning: Purging an exported symbol `Label2` [-Wpurge]
|
|
at use-purged-symbol.asm(25)
|
|
FATAL: Undefined symbol `Label2`; it was purged
|
|
at use-purged-symbol.asm(26)
|