mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-29 14:27:50 +00:00
Allow specifying offset in addition to alignment
This commit is contained in:
10
test/link/section-union/different-ofs.asm
Normal file
10
test/link/section-union/different-ofs.asm
Normal file
@@ -0,0 +1,10 @@
|
||||
IF !DEF(SECOND)
|
||||
ATTRS equs ",ALIGN[3,7]"
|
||||
ELSE
|
||||
ATTRS equs ",ALIGN[3,6]"
|
||||
ENDC
|
||||
|
||||
SECTION UNION "conflicting alignment", WRAM0 ATTRS
|
||||
db
|
||||
|
||||
PURGE ATTRS
|
||||
Reference in New Issue
Block a user