mirror of
https://github.com/irmen/prog8.git
synced 2025-01-08 22:32:06 +00:00
latest symboldumps
This commit is contained in:
parent
580e786952
commit
7657edcb7d
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user