エラー検証用CASLファイルとcasl2のエラーテスト追加
[YACASL2.git] / as / err / err_203.casl
diff --git a/as/err/err_203.casl b/as/err/err_203.casl
new file mode 100644 (file)
index 0000000..8181baf
--- /dev/null
@@ -0,0 +1,7 @@
+;;; casl2 -M32 err_203.casl
+MAIN    START
+        OUT     BUF,LEN
+        RET
+BUF     DC      ' !'
+LEN     DC      60
+        END