mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
12 lines
484 B
Plaintext
12 lines
484 B
Plaintext
error: anon-label-bad.asm(2):
|
|
Label "!0" created outside of a SECTION
|
|
error: anon-label-bad.asm(6):
|
|
Reference to anonymous label 2 before, when only 1 has been created so far
|
|
error: anon-label-bad.asm(9):
|
|
syntax error, unexpected anonymous label
|
|
error: anon-label-bad.asm(10):
|
|
syntax error, unexpected anonymous label, expecting label or identifier or local identifier
|
|
error: anon-label-bad.asm(22):
|
|
syntax error, unexpected ::
|
|
error: Assembly aborted (5 errors)!
|