エラー検証用CASLファイルとcasl2のエラーテスト追加
[YACASL2.git] / as / err / err_205.casl
diff --git a/as/err/err_205.casl b/as/err/err_205.casl
new file mode 100644 (file)
index 0000000..ad21b86
--- /dev/null
@@ -0,0 +1,8 @@
+;;; casl2 -M32 err_205.casl
+MAIN    START
+        RPUSH
+        LD      GR0,A
+        RPOP
+        RET
+A       DC      7
+        END