mirror of
https://github.com/gbdev/rgbds.git
synced 2025-12-01 07:17:49 +00:00
Add more tests for unionized sections + fix bugs
Implementing those tests found a few bugs... oops
This commit is contained in:
8
test/link/section-union/org-conflict.asm
Normal file
8
test/link/section-union/org-conflict.asm
Normal file
@@ -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