mirror of
https://github.com/gbdev/rgbds.git
synced 2026-05-09 11:29:36 +00:00
ca4b890273
Also add more unrelated tests for coverage
11 lines
154 B
NASM
11 lines
154 B
NASM
IF !DEF(SECOND)
|
|
def ATTRS equs ",ALIGN[2]"
|
|
ELSE
|
|
def ATTRS equs "[$1337]"
|
|
ENDC
|
|
|
|
SECTION FRAGMENT "conflicting alignment", ROM0 {ATTRS}
|
|
db
|
|
|
|
PURGE ATTRS
|