Files
rgbds/test/asm/empty-strings.asm
2025-09-06 12:45:01 -04:00

6 lines
66 B
NASM

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