Files
rgbds/test/link/section-union/org-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
105 B
NASM

IF !DEF(SECOND)
ADDR = $BEEF
ELSE
ADDR = $BABE
ENDC
SECTION UNION "conflicting address", SRAM[ADDR]
db