mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
7 lines
96 B
NASM
7 lines
96 B
NASM
SECTION FRAGMENT "output", ROM0
|
|
LOAD FRAGMENT "loaded", SRAM
|
|
label:
|
|
jr nz, label2
|
|
label2:
|
|
ENDL
|