mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-26 21:12:07 +00:00
Consistently do & alignMask, not % alignSize
Also add more unrelated tests for coverage
This commit is contained in:
10
test/link/section-fragment/align-conflict.asm
Normal file
10
test/link/section-fragment/align-conflict.asm
Normal file
@@ -0,0 +1,10 @@
|
||||
IF !DEF(SECOND)
|
||||
def ATTRS equs ",ALIGN[2]"
|
||||
ELSE
|
||||
def ATTRS equs "[$1337]"
|
||||
ENDC
|
||||
|
||||
SECTION FRAGMENT "conflicting alignment", ROM0 {ATTRS}
|
||||
db
|
||||
|
||||
PURGE ATTRS
|
||||
Reference in New Issue
Block a user