mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +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
16 lines
900 B
Plaintext
16 lines
900 B
Plaintext
error: syntax error, unexpected PRINTLN, expecting end of line or end of buffer or end of fragment literal
|
|
at code-after-endm-endr-endc.asm(6)
|
|
error: Undefined macro `mac`
|
|
at code-after-endm-endr-endc.asm(7)
|
|
error: syntax error, unexpected PRINTLN, expecting end of line or end of buffer or end of fragment literal
|
|
at code-after-endm-endr-endc.asm(12)
|
|
error: syntax error, unexpected PRINTLN, expecting end of line
|
|
at code-after-endm-endr-endc.asm(17)
|
|
error: syntax error, unexpected PRINTLN, expecting end of line or end of buffer or end of fragment literal
|
|
at code-after-endm-endr-endc.asm(19)
|
|
error: syntax error, unexpected PRINTLN, expecting end of line
|
|
at code-after-endm-endr-endc.asm(23)
|
|
error: syntax error, unexpected PRINTLN, expecting end of line or end of buffer or end of fragment literal
|
|
at code-after-endm-endr-endc.asm(25)
|
|
Assembly aborted with 7 errors!
|