mirror of
https://github.com/gbdev/rgbds.git
synced 2026-03-27 07:13:03 +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
|