mirror of
https://github.com/gbdev/rgbds.git
synced 2026-05-08 19:09:36 +00:00
0f321bc797
Co-authored-by: Eldred Habert <eldredhabert0@gmail.com>
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]
|