summaryrefslogtreecommitdiffhomepage
path: root/samples/hello.mixal
diff options
context:
space:
mode:
Diffstat (limited to 'samples/hello.mixal')
-rw-r--r--samples/hello.mixal11
1 files changed, 11 insertions, 0 deletions
diff --git a/samples/hello.mixal b/samples/hello.mixal
new file mode 100644
index 0000000..6a4c3c1
--- /dev/null
+++ b/samples/hello.mixal
@@ -0,0 +1,11 @@
+* mixal hello world
+*
+TERM EQU 19
+ ORIG 3000
+START OUT MSG(TERM)
+ HLT
+MSG ALF "MIXAL"
+ ALF " HELL"
+ ALF "O WOR"
+ ALF "LD "
+ END START