From: Jason Self Date: Thu, 25 Apr 2019 12:47:15 +0000 (-0700) Subject: Add a small Hello World program to be assembled X-Git-Url: https://jxself.org/git/?p=zilutils.git;a=commitdiff_plain;h=d69e331890c807396644b78be2c86d9afc1de78d Add a small Hello World program to be assembled --- diff --git a/zilasm/hello.zap b/zilasm/hello.zap new file mode 100644 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