mirror of
https://github.com/gbdev/rgbds.git
synced 2026-09-22 21:57:07 +00:00
4 lines
110 B
NASM
4 lines
110 B
NASM
SECTION "test", ROM0
|
|
assert @ == $80 ; Set by the linker script.
|
|
Label:: db 42 ; Make the section non-empty.
|