Files
rgbds/test/asm/empty-strings.asm
2024-02-29 13:44:08 -05:00

7 lines
83 B
NASM

SECTION "test", ROM0
db ""
dw ""
dl ""
assert ("") == 0
assert SIZEOF("test") == 0