mirror of
https://github.com/gbdev/rgbds.git
synced 2025-12-02 15:57:48 +00:00
Use code points instead of bytes for STRSUB/STRLEN
This commit is contained in:
31
test/asm/strsub.out
Normal file
31
test/asm/strsub.out
Normal file
@@ -0,0 +1,31 @@
|
||||
warning: strsub.asm(13) -> xstrsub(1):
|
||||
STRSUB: Length too big: 32
|
||||
warning: strsub.asm(14) -> xstrsub(1):
|
||||
STRSUB: Length too big: 300
|
||||
warning: strsub.asm(15) -> xstrsub(1):
|
||||
STRSUB: Position starts at 1
|
||||
warning: strsub.asm(15) -> xstrsub(1):
|
||||
STRSUB: Length too big: 300
|
||||
warning: strsub.asm(16) -> xstrsub(1):
|
||||
STRSUB: Position 4 is past the end of the string
|
||||
warning: strsub.asm(17) -> xstrsub(1):
|
||||
STRSUB: Position 4 is past the end of the string
|
||||
warning: strsub.asm(17) -> xstrsub(1):
|
||||
STRSUB: Length too big: 1
|
||||
warning: strsub.asm(20) -> xstrsub(1):
|
||||
STRSUB: Length too big: 10
|
||||
A
|
||||
B
|
||||
C
|
||||
AB
|
||||
BC
|
||||
BC
|
||||
BC
|
||||
ABC
|
||||
|
||||
|
||||
カタ
|
||||
カナ
|
||||
カナ
|
||||
g
|
||||
g̈
|
||||
Reference in New Issue
Block a user