mirror of
https://github.com/gbdev/rgbds.git
synced 2026-05-08 10:59:36 +00:00
14e6a79adc
Fixes #1011
9 lines
100 B
NASM
9 lines
100 B
NASM
SECTION "sec", ROM0
|
|
|
|
MACRO xstrlen
|
|
PRINTLN STRLEN(\1)
|
|
ENDM
|
|
|
|
xstrlen "ABC"
|
|
xstrlen "カタカナ"
|