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
12 lines
427 B
Plaintext
12 lines
427 B
Plaintext
error: Symbol `ref` is referenced and thus cannot be purged
|
|
at purge-ref.asm(4)
|
|
warning: Purging a label `OK` [-Wpurge]
|
|
at purge-ref.asm(7)
|
|
error: Symbol `NotOK` is referenced and thus cannot be purged
|
|
at purge-ref.asm(11)
|
|
error: Symbol `EvenLessOK` is referenced and thus cannot be purged
|
|
at purge-ref.asm(15)
|
|
warning: Purging a label `Maybe` [-Wpurge]
|
|
at purge-ref.asm(23)
|
|
Assembly aborted with 3 errors!
|