mirror of
https://github.com/gbdev/rgbds.git
synced 2025-12-01 15:27:48 +00:00
Add more tests for unionized sections + fix bugs
Implementing those tests found a few bugs... oops
This commit is contained in:
10
test/link/section-union/align-conflict.asm
Normal file
10
test/link/section-union/align-conflict.asm
Normal file
@@ -0,0 +1,10 @@
|
||||
IF !DEF(SECOND)
|
||||
ATTRS equs ",ALIGN[2]"
|
||||
ELSE
|
||||
ATTRS equs "[$CAFE]"
|
||||
ENDC
|
||||
|
||||
SECTION UNION "conflicting alignment", WRAM0 ATTRS
|
||||
db
|
||||
|
||||
PURGE ATTRS
|
||||
Reference in New Issue
Block a user