mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-29 06:17:48 +00:00
Implement new string functions (#1655)
`STRFIND`, `STRRFIND`, `STRCHAR`, `STRSLICE`, `CHARCMP`, `CHARSIZE`, and `REVCHAR`
This commit is contained in:
3
test/asm/invalid-strchar-charsub.asm
Normal file
3
test/asm/invalid-strchar-charsub.asm
Normal file
@@ -0,0 +1,3 @@
|
||||
DEF S EQUS STRCHAR("ABC", 3)
|
||||
DEF T EQUS CHARSUB("ABC", 4)
|
||||
DEF U EQUS CHARSUB("ABC", 0)
|
||||
Reference in New Issue
Block a user