mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
6 lines
66 B
NASM
6 lines
66 B
NASM
SECTION "test", ROM0
|
|
db ""
|
|
dw ""
|
|
dl ""
|
|
assert SIZEOF("test") == 0
|