Add string literals

This commit is contained in:
2020-05-17 20:30:57 +02:00
parent fc2870ca74
commit e1008b43a6
11 changed files with 152 additions and 48 deletions

View File

@@ -104,6 +104,9 @@ seti %B $10;
int $5;
int $3;
# Demonstrate string literals
"Hello world!";
exit;
noop_function: