Files
rgbds/test/link/section-union/different-data.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
91 B
NASM

IF !DEF(SECOND)
DATA = 1
ELSE
DATA = 2
ENDC
SECTION UNION "different data", ROM0
db DATA