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