CASLアプリを格納するas/app、未整理のCASLファイルを格納するmiscを作成。casl2libのテストを追加
[YACASL2.git] / as / casl2lib / test / outd_q15 / outd_q15_0.casl
diff --git a/as/casl2lib/test/outd_q15/outd_q15_0.casl b/as/casl2lib/test/outd_q15/outd_q15_0.casl
new file mode 100644 (file)
index 0000000..d097d5b
--- /dev/null
@@ -0,0 +1,6 @@
+; need outd_q16.casl
+MAIN    START
+        LAD     GR1,#7777
+        CALL    OUTD
+        RET
+        END