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