mirror of
https://github.com/gbdev/rgbds.git
synced 2025-12-01 15:27:48 +00:00
Add -B/--backtrace option to RGBASM and RGBLINK (#1787)
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
error: invalid-alignment.asm(9):
|
||||
Section is misaligned (at PC = $4000, expected ALIGN[16, 0], got ALIGN[16, 16384])
|
||||
error: invalid-alignment.asm(11):
|
||||
Alignment must be between 0 and 16, not 20
|
||||
error: invalid-alignment.asm(13):
|
||||
Alignment must be between 0 and 16, not 20
|
||||
error: invalid-alignment.asm(15):
|
||||
Alignment must be between 0 and 16, not 20
|
||||
error: invalid-alignment.asm(19):
|
||||
Section "d"'s fixed address doesn't match its alignment
|
||||
error: invalid-alignment.asm(21):
|
||||
Section "e"'s fixed address doesn't match its alignment
|
||||
error: invalid-alignment.asm(23):
|
||||
Section "f"'s fixed address doesn't match its alignment
|
||||
error: Section is misaligned (at PC = $4000, expected ALIGN[16, 0], got ALIGN[16, 16384])
|
||||
at invalid-alignment.asm(9)
|
||||
error: Alignment must be between 0 and 16, not 20
|
||||
at invalid-alignment.asm(11)
|
||||
error: Alignment must be between 0 and 16, not 20
|
||||
at invalid-alignment.asm(13)
|
||||
error: Alignment must be between 0 and 16, not 20
|
||||
at invalid-alignment.asm(15)
|
||||
error: Section "d"'s fixed address doesn't match its alignment
|
||||
at invalid-alignment.asm(19)
|
||||
error: Section "e"'s fixed address doesn't match its alignment
|
||||
at invalid-alignment.asm(21)
|
||||
error: Section "f"'s fixed address doesn't match its alignment
|
||||
at invalid-alignment.asm(23)
|
||||
Assembly aborted with 7 errors!
|
||||
|
||||
Reference in New Issue
Block a user