エラー検証用CASLファイルとcasl2のエラーテスト追加
[YACASL2.git] / as / err / err_202.casl
diff --git a/as/err/err_202.casl b/as/err/err_202.casl
new file mode 100644 (file)
index 0000000..789c272
--- /dev/null
@@ -0,0 +1,7 @@
+;;; casl2 -M32 err_202.casl <teststr.txt
+MAIN    START
+        IN      IBUF,ILEN
+FIN     RET
+IBUF    DS      10
+ILEN    DS      1
+        END