Compile to bytecode

This commit is contained in:
2020-09-03 19:03:32 +02:00
parent 473334c3db
commit 96345ad6ba
45 changed files with 1615 additions and 1231 deletions

View File

@@ -93,7 +93,7 @@ int $3;
call noop_function;
# Echo a character
int $4;
int $10;
int $0;
seti %A $10; # newline
@@ -102,7 +102,7 @@ int $0;
# Echo a string
seti %A $0;
seti %B $10;
int $5;
int $11;
int $3;
exit;