mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
11 lines
133 B
NASM
11 lines
133 B
NASM
section "test", rom0
|
|
db 1, 4, 9, 16
|
|
|
|
section "entrypoint", rom0[$100]
|
|
ld b, b
|
|
jp Start
|
|
|
|
section "start", rom0[$150]
|
|
Start::
|
|
jp Start
|