mirror of
https://github.com/gbdev/rgbds.git
synced 2025-12-04 08:47:47 +00:00
Add -B/--backtrace option to RGBASM and RGBLINK (#1787)
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
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 symbol or label or local label
|
||||
error: anon-label-bad.asm(22):
|
||||
syntax error, unexpected ::
|
||||
error: Label "!0" created outside of a SECTION
|
||||
at anon-label-bad.asm(2)
|
||||
error: Reference to anonymous label 2 before, when only 1 has been created so far
|
||||
at anon-label-bad.asm(6)
|
||||
error: syntax error, unexpected anonymous label
|
||||
at anon-label-bad.asm(9)
|
||||
error: syntax error, unexpected anonymous label, expecting symbol or label or local label
|
||||
at anon-label-bad.asm(10)
|
||||
error: syntax error, unexpected ::
|
||||
at anon-label-bad.asm(22)
|
||||
Assembly aborted with 5 errors!
|
||||
|
||||
Reference in New Issue
Block a user