Use code points instead of bytes for STRSUB/STRLEN

This commit is contained in:
dbrotz
2019-06-02 16:10:34 -07:00
parent f29d768989
commit 975f85260d
5 changed files with 148 additions and 10 deletions

9
test/asm/strlen.asm Normal file
View File

@@ -0,0 +1,9 @@
SECTION "sec", ROM0
xstrlen: MACRO
PRINTV STRLEN(\1)
PRINTT "\n"
ENDM
xstrlen "ABC"
xstrlen "カタカナ"