mirror of
https://github.com/gbdev/rgbds.git
synced 2026-05-14 05:41:42 +00:00
Add more tests for unionized sections + fix bugs
Implementing those tests found a few bugs... oops
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
IF !DEF(SECOND)
|
||||
ADDR = $BEEF
|
||||
ELSE
|
||||
ADDR = $BABE
|
||||
ENDC
|
||||
|
||||
SECTION UNION "conflicting address", SRAM[ADDR]
|
||||
db
|
||||
Reference in New Issue
Block a user