mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-21 10:42:07 +00:00
7 lines
111 B
NASM
7 lines
111 B
NASM
section "period", rom0
|
|
|
|
global1: db 1
|
|
.local db 2
|
|
. db 3 ; this...
|
|
global1 db 4 ; ...expands to this
|