Skip to content

Commit 8f8d99e

Browse files
committed
updated symboldumps
1 parent 2347436 commit 8f8d99e

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

docs/source/_static/symboldumps/skeletons-c128.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,7 @@ strings {
246246
lstripped (str s) -> str
247247
ltrim (str s)
248248
ltrimmed (str s) -> str
249+
ncompare (uword string1 @R0, uword string2 @AY, ubyte length @X) -> clobbers (X,Y) -> byte @A
249250
pattern_match (str string @AY, str pattern @R0) -> clobbers (Y) -> bool @A
250251
rfind (uword string @AY, ubyte character @X) -> ubyte @A, bool @Pc
251252
right (uword source @AY, ubyte length @X, uword target @R1) -> clobbers (A,Y)

docs/source/_static/symboldumps/skeletons-c64.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -370,6 +370,7 @@ strings {
370370
lstripped (str s) -> str
371371
ltrim (str s)
372372
ltrimmed (str s) -> str
373+
ncompare (uword string1 @R0, uword string2 @AY, ubyte length @X) -> clobbers (X,Y) -> byte @A
373374
pattern_match (str string @AY, str pattern @R0) -> clobbers (Y) -> bool @A
374375
rfind (uword string @AY, ubyte character @X) -> ubyte @A, bool @Pc
375376
right (uword source @AY, ubyte length @X, uword target @R1) -> clobbers (A,Y)

docs/source/_static/symboldumps/skeletons-cx16.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -673,6 +673,7 @@ strings {
673673
lstripped (str s) -> str
674674
ltrim (str s)
675675
ltrimmed (str s) -> str
676+
ncompare (uword string1 @R0, uword string2 @AY, ubyte length @X) -> clobbers (X,Y) -> byte @A
676677
pattern_match (str string @AY, str pattern @R0) -> clobbers (Y) -> bool @A
677678
rfind (uword string @AY, ubyte character @X) -> ubyte @A, bool @Pc
678679
right (uword source @AY, ubyte length @X, uword target @R1) -> clobbers (A,Y)

docs/source/_static/symboldumps/skeletons-pet32.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ strings {
199199
lstripped (str s) -> str
200200
ltrim (str s)
201201
ltrimmed (str s) -> str
202+
ncompare (uword string1 @R0, uword string2 @AY, ubyte length @X) -> clobbers (X,Y) -> byte @A
202203
pattern_match (str string @AY, str pattern @R0) -> clobbers (Y) -> bool @A
203204
rfind (uword string @AY, ubyte character @X) -> ubyte @A, bool @Pc
204205
right (uword source @AY, ubyte length @X, uword target @R1) -> clobbers (A,Y)

0 commit comments

Comments
 (0)