casl2libを呼び出すコードを、testフォルダからas/casl2lib/sampleに移動
[YACASL2.git] / as / sample / hello.casl
diff --git a/as/sample/hello.casl b/as/sample/hello.casl
new file mode 100644 (file)
index 0000000..e02055c
--- /dev/null
@@ -0,0 +1,6 @@
+MAIN    START
+        OUT     OBUF,LEN
+        RET
+OBUF    DC      'Hello, World!'
+LEN     DC      13
+        END