Files
rgbds/test/asm/invalid-alignment.err

16 lines
681 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
error: Assembly aborted (7 errors)!