Files
rgbds/test/link/section-union/bank-conflict.asm
ISSOtm 4877bb783c Add more tests for unionized sections + fix bugs
Implementing those tests found a few bugs... oops
2020-03-22 11:14:04 +01:00

9 lines
112 B
NASM

IF !DEF(SECOND)
SECOND equs "4"
ENDC
SECTION UNION "conflicting banks", WRAMX, BANK[SECOND]
db
PURGE SECOND