mirror of
https://github.com/gbdev/rgbds.git
synced 2025-12-01 23:37:48 +00:00
Implement new string functions (#1655)
`STRFIND`, `STRRFIND`, `STRCHAR`, `STRSLICE`, `CHARCMP`, `CHARSIZE`, and `REVCHAR`
This commit is contained in:
6
test/asm/invalid-strchar-charsub.err
Normal file
6
test/asm/invalid-strchar-charsub.err
Normal file
@@ -0,0 +1,6 @@
|
||||
warning: invalid-strchar-charsub.asm(1): [-Wbuiltin-args]
|
||||
STRCHAR: Index 3 is past the end of the string
|
||||
warning: invalid-strchar-charsub.asm(2): [-Wbuiltin-args]
|
||||
CHARSUB: Position 4 is past the end of the string
|
||||
warning: invalid-strchar-charsub.asm(3): [-Wbuiltin-args]
|
||||
CHARSUB: Position starts at 1
|
||||
Reference in New Issue
Block a user