casl2libとtestを整理
[YACASL2.git] / test / system / casl2_err / err_119 / 0.txt
diff --git a/test/system/casl2_err/err_119/0.txt b/test/system/casl2_err/err_119/0.txt
new file mode 100644 (file)
index 0000000..5fd6d38
--- /dev/null
@@ -0,0 +1,12 @@
+;;; 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
+Assemble error - 119: 8: out of COMET II memory
+../../../../as/err/err_119.casl:    8:B       DC      -7