Add -B/--backtrace option to RGBASM and RGBLINK (#1787)

This commit is contained in:
Rangi
2025-08-11 14:30:14 -04:00
committed by GitHub
parent 92a9c73ee7
commit 5f8b7474b4
303 changed files with 2729 additions and 2409 deletions

View File

@@ -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!