refactor(furas): use new instructions from furvm

This commit is contained in:
2026-08-11 16:18:17 +02:00
parent 989fcb7199
commit dcefe20d47
2 changed files with 66 additions and 67 deletions
+7
View File
@@ -0,0 +1,7 @@
func println $s32 = native println
public func main = #main
main:
push $s32 69
call $s32 println
ret