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
24 lines
1013 B
Plaintext
24 lines
1013 B
Plaintext
error: Invalid character '3' after line continuation
|
|
at blue-paint.asm::arg_to_arg(7) <- blue-paint.asm(9)
|
|
error: syntax error, unexpected number
|
|
at blue-paint.asm::arg_to_arg(7) <- blue-paint.asm(9)
|
|
error: Invalid character '}'
|
|
at blue-paint.asm::arg_to_arg(7) <- blue-paint.asm(9)
|
|
error: Invalid character '{'
|
|
at blue-paint.asm::arg_to_interp(13) <- blue-paint.asm(15)
|
|
error: Invalid character '}'
|
|
at blue-paint.asm::arg_to_interp(13) <- blue-paint.asm(15)
|
|
error: Invalid character '1' after line continuation
|
|
at blue-paint.asm::endless(24) <- blue-paint.asm(26)
|
|
error: syntax error, unexpected number
|
|
at blue-paint.asm::endless(24) <- blue-paint.asm(26)
|
|
FATAL: Recursion limit (5) exceeded
|
|
at blue-paint.asm(30)
|
|
while expanding symbol `infinite`
|
|
while expanding symbol `infinite`
|
|
while expanding symbol `infinite`
|
|
while expanding symbol `infinite`
|
|
while expanding symbol `infinite`
|
|
while expanding symbol `infinite`
|
|
while expanding symbol `infinite`
|