CASLアプリを格納するas/app、未整理のCASLファイルを格納するmiscを作成。casl2libのテストを追加
[YACASL2.git] / as / macro / in / test / in_macro.casl
similarity index 64%
rename from as/macro/in/intest0.casl
rename to as/macro/in/test/in_macro.casl
index 43a89e0..f6fe177 100644 (file)
@@ -1,7 +1,7 @@
+;;; マクロ命令IN
 MAIN    START
         IN      IBUF,LEN
-        OUT     IBUF,LEN
         RET
-IBUF    DS      100
+IBUF    DS      8
 LEN     DC      1
         END