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

IF !DEF(SECOND)
SIZE = 69
ELSE
SIZE = 420
ENDC
SECTION UNION "different section sizes", ROM0
ds SIZE