Files
rgbds/test/link/section-union/different-ofs.asm
2025-09-06 13:45:12 -04:00

11 lines
158 B
NASM

IF !DEF(SECOND)
def ATTRS equs ",ALIGN[3,7]"
ELSE
def ATTRS equs ",ALIGN[3,6]"
ENDC
SECTION UNION "conflicting alignment", WRAM0 {ATTRS}
db
PURGE ATTRS