mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
7 lines
83 B
NASM
7 lines
83 B
NASM
SECTION "test", ROM0
|
|
db ""
|
|
dw ""
|
|
dl ""
|
|
assert ("") == 0
|
|
assert SIZEOF("test") == 0
|