mirror of
https://github.com/gbdev/rgbds.git
synced 2026-03-25 22:33:03 +00:00
6 lines
66 B
NASM
6 lines
66 B
NASM
SECTION "test", ROM0
|
|
db ""
|
|
dw ""
|
|
dl ""
|
|
assert SIZEOF("test") == 0
|