Add a small Hello World program to be assembled
authorJason Self <j@jxself.org>
Thu, 25 Apr 2019 12:47:15 +0000 (05:47 -0700)
committerJason Self <j@jxself.org>
Thu, 25 Apr 2019 12:47:15 +0000 (05:47 -0700)
zilasm/hello.zap [new file with mode: 0644]

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