Files
rgbds/test/asm/incompatible-alignment.asm
2021-08-17 18:03:46 -04:00

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]