Files
rgbds/test/link/section-fragment/align-conflict.asm
Rangi42 ca4b890273 Consistently do & alignMask, not % alignSize
Also add more unrelated tests for coverage
2025-09-23 13:25:51 -04:00

11 lines
154 B
NASM

IF !DEF(SECOND)
def ATTRS equs ",ALIGN[2]"
ELSE
def ATTRS equs "[$1337]"
ENDC
SECTION FRAGMENT "conflicting alignment", ROM0 {ATTRS}
db
PURGE ATTRS