CASLアプリを格納するas/app、未整理のCASLファイルを格納するmiscを作成。casl2libのテストを追加
[YACASL2.git] / as / macro / out / hello0.casl
diff --git a/as/macro/out/hello0.casl b/as/macro/out/hello0.casl
deleted file mode 100644 (file)
index e02055c..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-MAIN    START
-        OUT     OBUF,LEN
-        RET
-OBUF    DC      'Hello, World!'
-LEN     DC      13
-        END