Files
rgbds/test/asm/invalid-alignment.err
2025-07-09 11:04:23 -04:00

16 lines
677 B
Plaintext

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
Assembly aborted with 7 errors!