latest symboldumps

This commit is contained in:
Irmen de Jong 2024-12-22 09:24:45 +01:00
parent 580e786952
commit 7657edcb7d
7 changed files with 13 additions and 6 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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