Files
rgbds/test/asm/null-outside-string.err
Rangi 4c916b8da8 Parser refers to "symbol"s, "label"s, and "local label"s, not "identifier"s (#1652)
This better matches how the lexed tokens are discussed in rgbasm(5)
2025-02-06 18:01:33 +01:00

18 lines
696 B
Plaintext

error: null-outside-string.asm(3):
Begun line continuation, but encountered character '0'
error: null-outside-string.asm(3):
syntax error, unexpected number
error: null-outside-string.asm(4):
Begun line continuation, but encountered character '0'
error: null-outside-string.asm(4):
syntax error, unexpected number
error: null-outside-string.asm(6):
Begun line continuation, but encountered character 'X'
error: null-outside-string.asm(6):
syntax error, unexpected symbol
error: null-outside-string.asm(7):
Begun line continuation, but encountered character 'X'
error: null-outside-string.asm(7):
syntax error, unexpected symbol
error: Assembly aborted (8 errors)!