mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
7 lines
84 B
NASM
7 lines
84 B
NASM
SECTION "SECTION2", ROM0
|
|
LOAD FRAGMENT "test", SRAM
|
|
jr Label
|
|
Label:
|
|
dw Label
|
|
ENDL
|