mirror of
https://github.com/exoticorn/microw8.git
synced 2026-01-20 11:16:42 +01:00
new completions
This commit is contained in:
@@ -442,6 +442,18 @@
|
|||||||
"details": "export fn upd(): Called once per frame",
|
"details": "export fn upd(): Called once per frame",
|
||||||
"kind": "support.function"
|
"kind": "support.function"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"trigger": "memory.fill",
|
||||||
|
"contents": "memory.fill(${1:dest}, ${2:value}, ${3:size});",
|
||||||
|
"details": "memory.fill(dest: i32, value: i32, size: i32): Fills a memory area",
|
||||||
|
"kind": "support.function"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"trigger": "memory.copy",
|
||||||
|
"contents": "memory.copy(${1:dest}, ${2:src}, ${3:size});",
|
||||||
|
"details": "memory.copy(dest: i32, src: i32, size: i32): Copies a memory block",
|
||||||
|
"kind": "support.function"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"trigger": "sqrt",
|
"trigger": "sqrt",
|
||||||
"contents": "sqrt(${1:x})",
|
"contents": "sqrt(${1:x})",
|
||||||
|
|||||||
Reference in New Issue
Block a user