mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-30 23:07:48 +00:00
Implement new string functions (#1655)
`STRFIND`, `STRRFIND`, `STRCHAR`, `STRSLICE`, `CHARCMP`, `CHARSIZE`, and `REVCHAR`
This commit is contained in:
5
test/asm/revchar.err
Normal file
5
test/asm/revchar.err
Normal file
@@ -0,0 +1,5 @@
|
||||
error: revchar.asm(22) -> revchar.asm::test(13):
|
||||
REVCHAR: Multiple character mappings to values
|
||||
error: revchar.asm(23) -> revchar.asm::test(13):
|
||||
REVCHAR: No character mapping to values
|
||||
error: Assembly aborted (2 errors)!
|
||||
Reference in New Issue
Block a user