Skip to content

Commit 7657edc

Browse files
committed
latest symboldumps
1 parent 580e786 commit 7657edc

File tree

7 files changed

+13
-6
lines changed

7 files changed

+13
-6
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,9 @@ math {
127127
crc16_update (ubyte value @A)
128128
crc32 (uword data, uword length)
129129
crc32_end ()
130+
crc32_end_result () -> uword @R15, uword @R14
130131
crc32_start ()
131-
crc32_update (ubyte value @A)
132+
crc32_update (ubyte value)
132133
diff (ubyte v1 @A, ubyte v2 @Y) -> ubyte @A
133134
diffw (uword w1 @R0, uword w2 @AY) -> uword @AY
134135
direction (ubyte x1, ubyte y1, ubyte x2, ubyte y2) -> ubyte

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,9 @@ math {
127127
crc16_update (ubyte value @A)
128128
crc32 (uword data, uword length)
129129
crc32_end ()
130+
crc32_end_result () -> uword @R15, uword @R14
130131
crc32_start ()
131-
crc32_update (ubyte value @A)
132+
crc32_update (ubyte value)
132133
diff (ubyte v1 @A, ubyte v2 @Y) -> ubyte @A
133134
diffw (uword w1 @R0, uword w2 @AY) -> uword @AY
134135
direction (ubyte x1, ubyte y1, ubyte x2, ubyte y2) -> ubyte

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,8 +251,9 @@ math {
251251
crc16_update (ubyte value @A)
252252
crc32 (uword data, uword length)
253253
crc32_end ()
254+
crc32_end_result () -> uword @R15, uword @R14
254255
crc32_start ()
255-
crc32_update (ubyte value @A)
256+
crc32_update (ubyte value)
256257
diff (ubyte v1 @A, ubyte v2 @Y) -> ubyte @A
257258
diffw (uword w1 @R0, uword w2 @AY) -> uword @AY
258259
direction (ubyte x1, ubyte y1, ubyte x2, ubyte y2) -> ubyte

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,8 +466,9 @@ math {
466466
crc16_update (ubyte value @A)
467467
crc32 (uword data, uword length)
468468
crc32_end ()
469+
crc32_end_result () -> uword @R15, uword @R14
469470
crc32_start ()
470-
crc32_update (ubyte value @A)
471+
crc32_update (ubyte value)
471472
diff (ubyte v1 @A, ubyte v2 @Y) -> ubyte @A
472473
diffw (uword w1 @R0, uword w2 @AY) -> uword @AY
473474
direction (ubyte x1, ubyte y1, ubyte x2, ubyte y2) -> ubyte

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,9 @@ math {
117117
crc16_update (ubyte value @A)
118118
crc32 (uword data, uword length)
119119
crc32_end ()
120+
crc32_end_result () -> uword @R15, uword @R14
120121
crc32_start ()
121-
crc32_update (ubyte value @A)
122+
crc32_update (ubyte value)
122123
diff (ubyte v1 @A, ubyte v2 @Y) -> ubyte @A
123124
diffw (uword w1 @R0, uword w2 @AY) -> uword @AY
124125
direction (ubyte x1, ubyte y1, ubyte x2, ubyte y2) -> ubyte

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,9 @@ math {
127127
crc16_update (ubyte value @A)
128128
crc32 (uword data, uword length)
129129
crc32_end ()
130+
crc32_end_result () -> uword @R15, uword @R14
130131
crc32_start ()
131-
crc32_update (ubyte value @A)
132+
crc32_update (ubyte value)
132133
diff (ubyte v1 @A, ubyte v2 @Y) -> ubyte @A
133134
diffw (uword w1 @R0, uword w2 @AY) -> uword @AY
134135
direction (ubyte x1, ubyte y1, ubyte x2, ubyte y2) -> ubyte

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ diskio {
122122
f_read_all (uword bufferpointer) -> uword
123123
f_readline (uword bufptr) -> ubyte
124124
f_write (uword bufferpointer, uword num_bytes) -> bool
125+
get_loadaddress (str filename) -> uword
125126
lf_end_list ()
126127
lf_next_entry () -> bool
127128
lf_start_list (uword pattern_ptr) -> bool

0 commit comments

Comments
 (0)