Files
rgbds/test/asm/load-rom.asm
2020-12-19 00:58:54 +01:00

6 lines
64 B
NASM

SECTION "Hello", ROM0
ld a, 1
LOAD "Wello", ROM0
ld a, 2
ENDL