Files
rgbds/test/link/section-union/split-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

11 lines
141 B
NASM

IF !DEF(SECOND)
DATA equs "ds 1\ndb $aa"
ELSE
DATA equs "db $bb\nds 1"
ENDC
SECTION UNION "mutually-overlaid data", ROM0
DATA
PURGE DATA