mirror of
https://github.com/gbdev/rgbds.git
synced 2025-12-02 15:57:48 +00:00
Add -B/--backtrace option to RGBASM and RGBLINK (#1787)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
error: use-label-outside-section.asm(1):
|
||||
Label "lab" created outside of a SECTION
|
||||
error: use-label-outside-section.asm(2):
|
||||
Expected constant expression: 'lab' is not constant at assembly time
|
||||
error: Label "lab" created outside of a SECTION
|
||||
at use-label-outside-section.asm(1)
|
||||
error: Expected constant expression: 'lab' is not constant at assembly time
|
||||
at use-label-outside-section.asm(2)
|
||||
Assembly aborted with 2 errors!
|
||||
|
||||
Reference in New Issue
Block a user