Skip to content

Commit

Permalink
📝 update commands
Browse files Browse the repository at this point in the history
  • Loading branch information
MiranDMC committed Feb 10, 2024
1 parent ab9730f commit 39694cf
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 3 deletions.
28 changes: 26 additions & 2 deletions sa/sa.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"meta": {
"last_update": 1707557140163,
"version": "0.559",
"last_update": 1707557743690,
"version": "0.560",
"url": "https://library.sannybuilder.com/#/sa"
},
"extensions": [
Expand Down Expand Up @@ -57478,6 +57478,30 @@
"class": "File",
"member": "GetPosition"
},
{
"input": [
{
"name": "self",
"type": "File",
"source": "var_any"
},
{
"name": "size",
"type": "int"
},
{
"name": "address",
"type": "int",
"source": "var_any"
}
],
"id": "2301",
"name": "READ_BLOCK_FROM_FILE",
"num_params": 3,
"class": "File",
"member": "ReadBlock",
"short_desc": "Reads data from file into buffer at specified address"
},
{
"input": [
{
Expand Down
2 changes: 2 additions & 0 deletions sa/snippets/file/2301.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
6@ = allocate_memory 128
read_blocak_from_file 0@ {size} 128 {address} 6@
2 changes: 1 addition & 1 deletion sa/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.559
0.560

0 comments on commit 39694cf

Please sign in to comment.