コマンド動作検証用のCASL2プログラム整理を開始
[YACASL2.git] / as / macro / in / intest0.casl
diff --git a/as/macro/in/intest0.casl b/as/macro/in/intest0.casl
new file mode 100644 (file)
index 0000000..43a89e0
--- /dev/null
@@ -0,0 +1,7 @@
+MAIN    START
+        IN      IBUF,LEN
+        OUT     IBUF,LEN
+        RET
+IBUF    DS      100
+LEN     DC      1
+        END