mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Use std::vector for charmap output
This commit is contained in:
6
test/asm/empty-strings.asm
Normal file
6
test/asm/empty-strings.asm
Normal file
@@ -0,0 +1,6 @@
|
||||
SECTION "test", ROM0
|
||||
db ""
|
||||
dw ""
|
||||
dl ""
|
||||
assert ("") == 0
|
||||
assert SIZEOF("test") == 0
|
||||
Reference in New Issue
Block a user