bubblesort example in bytecode

This commit is contained in:
cozis
2022-08-11 22:31:26 +02:00
parent 36ffc24b9a
commit 2f87e46beb
11 changed files with 356 additions and 430 deletions
+5
View File
@@ -0,0 +1,5 @@
PUSHSTR "Hello, world!\n";
PUSHVAR "print";
CALL 1, 1;
POP 1;
RETURN 0;