mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 02:02:06 +00:00
8 lines
108 B
NASM
8 lines
108 B
NASM
SECTION "with fragment literals", ROM0
|
|
|
|
ld hl, [[ db "Hi", 0 ]]
|
|
|
|
SECTION "dup", WRAM0
|
|
|
|
SECTION "dup", WRAM0
|