Add a small Hello World program to be assembled
[zilutils.git] / zilasm / hello.zap
diff --git a/zilasm/hello.zap b/zilasm/hello.zap
new file mode 100644 (file)
index 0000000..1ec2270
--- /dev/null
@@ -0,0 +1,5 @@
+; SPDX-License-Identifier: AGPL-3.0-or-later
+        .FUNCT GO
+        PRINTI "Hello world" ;A comment
+        QUIT
+       .END
\ No newline at end of file