mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
9 lines
188 B
NASM
9 lines
188 B
NASM
; These section fragments have alignments that make them non-contiguous,
|
|
; and thus are incompatible
|
|
|
|
SECTION FRAGMENT "Test", ROM0,ALIGN[8]
|
|
|
|
ds 1
|
|
|
|
SECTION FRAGMENT "Test", ROM0,ALIGN[8]
|