mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
10 lines
113 B
NASM
10 lines
113 B
NASM
SECTION "sec", ROM0
|
|
|
|
xstrlen: MACRO
|
|
PRINTV STRLEN(\1)
|
|
PRINTT "\n"
|
|
ENDM
|
|
|
|
xstrlen "ABC"
|
|
xstrlen "カタカナ"
|