projects
/
zilutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ebd9c0c
)
Add a small Hello World program to be assembled
author
Jason Self
<j@jxself.org>
Thu, 25 Apr 2019 12:47:15 +0000
(
05:47
-0700)
committer
Jason Self
<j@jxself.org>
Thu, 25 Apr 2019 12:47:15 +0000
(
05:47
-0700)
zilasm/hello.zap
[new file with mode: 0644]
patch
|
blob
diff --git a/zilasm/hello.zap
b/zilasm/hello.zap
new file mode 100644
(file)
index 0000000..
1ec2270
--- /dev/null
+++ b/
zilasm/hello.zap
@@ -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