updated symboldumps

This commit is contained in:
Irmen de Jong
2025-03-07 23:58:06 +01:00
parent 23474360ec
commit 8f8d99e3ed
4 changed files with 4 additions and 0 deletions
@@ -246,6 +246,7 @@ strings {
lstripped (str s) -> str
ltrim (str s)
ltrimmed (str s) -> str
ncompare (uword string1 @R0, uword string2 @AY, ubyte length @X) -> clobbers (X,Y) -> byte @A
pattern_match (str string @AY, str pattern @R0) -> clobbers (Y) -> bool @A
rfind (uword string @AY, ubyte character @X) -> ubyte @A, bool @Pc
right (uword source @AY, ubyte length @X, uword target @R1) -> clobbers (A,Y)
@@ -370,6 +370,7 @@ strings {
lstripped (str s) -> str
ltrim (str s)
ltrimmed (str s) -> str
ncompare (uword string1 @R0, uword string2 @AY, ubyte length @X) -> clobbers (X,Y) -> byte @A
pattern_match (str string @AY, str pattern @R0) -> clobbers (Y) -> bool @A
rfind (uword string @AY, ubyte character @X) -> ubyte @A, bool @Pc
right (uword source @AY, ubyte length @X, uword target @R1) -> clobbers (A,Y)
@@ -673,6 +673,7 @@ strings {
lstripped (str s) -> str
ltrim (str s)
ltrimmed (str s) -> str
ncompare (uword string1 @R0, uword string2 @AY, ubyte length @X) -> clobbers (X,Y) -> byte @A
pattern_match (str string @AY, str pattern @R0) -> clobbers (Y) -> bool @A
rfind (uword string @AY, ubyte character @X) -> ubyte @A, bool @Pc
right (uword source @AY, ubyte length @X, uword target @R1) -> clobbers (A,Y)
@@ -199,6 +199,7 @@ strings {
lstripped (str s) -> str
ltrim (str s)
ltrimmed (str s) -> str
ncompare (uword string1 @R0, uword string2 @AY, ubyte length @X) -> clobbers (X,Y) -> byte @A
pattern_match (str string @AY, str pattern @R0) -> clobbers (Y) -> bool @A
rfind (uword string @AY, ubyte character @X) -> ubyte @A, bool @Pc
right (uword source @AY, ubyte length @X, uword target @R1) -> clobbers (A,Y)