mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-28 05:47:48 +00:00
Implement new string functions (#1655)
`STRFIND`, `STRRFIND`, `STRCHAR`, `STRSLICE`, `CHARCMP`, `CHARSIZE`, and `REVCHAR`
This commit is contained in:
9
test/asm/charsize.err
Normal file
9
test/asm/charsize.err
Normal file
@@ -0,0 +1,9 @@
|
||||
error: charsize.asm(17):
|
||||
CHARSIZE: No character mapping for ""
|
||||
error: charsize.asm(18):
|
||||
CHARSIZE: No character mapping for "hello world"
|
||||
error: charsize.asm(19):
|
||||
CHARSIZE: No character mapping for "abcdef"
|
||||
error: charsize.asm(20):
|
||||
CHARSIZE: No character mapping for "é"
|
||||
error: Assembly aborted (4 errors)!
|
||||
Reference in New Issue
Block a user