Files
rgbds/test/asm/def-scoped.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

8 lines
294 B
Plaintext

error: def-scoped.asm(10):
syntax error, unexpected local label, expecting symbol
error: def-scoped.asm(13):
syntax error, unexpected local label, expecting symbol
error: def-scoped.asm(16):
syntax error, unexpected local label, expecting symbol
error: Assembly aborted (3 errors)!