Skip to content

Commit

Permalink
latest symboldumps
Browse files Browse the repository at this point in the history
  • Loading branch information
irmen committed Dec 22, 2024
1 parent 580e786 commit 7657edc
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 6 deletions.
3 changes: 2 additions & 1 deletion docs/source/_static/symboldumps/skeletons-atari.txt
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,9 @@ math {
crc16_update (ubyte value @A)
crc32 (uword data, uword length)
crc32_end ()
crc32_end_result () -> uword @R15, uword @R14
crc32_start ()
crc32_update (ubyte value @A)
crc32_update (ubyte value)
diff (ubyte v1 @A, ubyte v2 @Y) -> ubyte @A
diffw (uword w1 @R0, uword w2 @AY) -> uword @AY
direction (ubyte x1, ubyte y1, ubyte x2, ubyte y2) -> ubyte
Expand Down
3 changes: 2 additions & 1 deletion docs/source/_static/symboldumps/skeletons-c128.txt
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,9 @@ math {
crc16_update (ubyte value @A)
crc32 (uword data, uword length)
crc32_end ()
crc32_end_result () -> uword @R15, uword @R14
crc32_start ()
crc32_update (ubyte value @A)
crc32_update (ubyte value)
diff (ubyte v1 @A, ubyte v2 @Y) -> ubyte @A
diffw (uword w1 @R0, uword w2 @AY) -> uword @AY
direction (ubyte x1, ubyte y1, ubyte x2, ubyte y2) -> ubyte
Expand Down
3 changes: 2 additions & 1 deletion docs/source/_static/symboldumps/skeletons-c64.txt
Original file line number Diff line number Diff line change
Expand Up @@ -251,8 +251,9 @@ math {
crc16_update (ubyte value @A)
crc32 (uword data, uword length)
crc32_end ()
crc32_end_result () -> uword @R15, uword @R14
crc32_start ()
crc32_update (ubyte value @A)
crc32_update (ubyte value)
diff (ubyte v1 @A, ubyte v2 @Y) -> ubyte @A
diffw (uword w1 @R0, uword w2 @AY) -> uword @AY
direction (ubyte x1, ubyte y1, ubyte x2, ubyte y2) -> ubyte
Expand Down
3 changes: 2 additions & 1 deletion docs/source/_static/symboldumps/skeletons-cx16.txt
Original file line number Diff line number Diff line change
Expand Up @@ -466,8 +466,9 @@ math {
crc16_update (ubyte value @A)
crc32 (uword data, uword length)
crc32_end ()
crc32_end_result () -> uword @R15, uword @R14
crc32_start ()
crc32_update (ubyte value @A)
crc32_update (ubyte value)
diff (ubyte v1 @A, ubyte v2 @Y) -> ubyte @A
diffw (uword w1 @R0, uword w2 @AY) -> uword @AY
direction (ubyte x1, ubyte y1, ubyte x2, ubyte y2) -> ubyte
Expand Down
3 changes: 2 additions & 1 deletion docs/source/_static/symboldumps/skeletons-neo.txt
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,9 @@ math {
crc16_update (ubyte value @A)
crc32 (uword data, uword length)
crc32_end ()
crc32_end_result () -> uword @R15, uword @R14
crc32_start ()
crc32_update (ubyte value @A)
crc32_update (ubyte value)
diff (ubyte v1 @A, ubyte v2 @Y) -> ubyte @A
diffw (uword w1 @R0, uword w2 @AY) -> uword @AY
direction (ubyte x1, ubyte y1, ubyte x2, ubyte y2) -> ubyte
Expand Down
3 changes: 2 additions & 1 deletion docs/source/_static/symboldumps/skeletons-pet32.txt
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,9 @@ math {
crc16_update (ubyte value @A)
crc32 (uword data, uword length)
crc32_end ()
crc32_end_result () -> uword @R15, uword @R14
crc32_start ()
crc32_update (ubyte value @A)
crc32_update (ubyte value)
diff (ubyte v1 @A, ubyte v2 @Y) -> ubyte @A
diffw (uword w1 @R0, uword w2 @AY) -> uword @AY
direction (ubyte x1, ubyte y1, ubyte x2, ubyte y2) -> ubyte
Expand Down
1 change: 1 addition & 0 deletions docs/source/_static/symboldumps/skeletons-virtual.txt
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ diskio {
f_read_all (uword bufferpointer) -> uword
f_readline (uword bufptr) -> ubyte
f_write (uword bufferpointer, uword num_bytes) -> bool
get_loadaddress (str filename) -> uword
lf_end_list ()
lf_next_entry () -> bool
lf_start_list (uword pattern_ptr) -> bool
Expand Down

0 comments on commit 7657edc

Please sign in to comment.