casl2libとtestを整理
[YACASL2.git] / test / system / casl2_err / err_110 / 0.txt
diff --git a/test/system/casl2_err/err_110/0.txt b/test/system/casl2_err/err_110/0.txt
new file mode 100644 (file)
index 0000000..0271d9d
--- /dev/null
@@ -0,0 +1,7 @@
+MAIN    START
+        CALL    GR1,A
+        RET
+A       DC      3
+        END
+Assemble error - 110: CALL: not command of operand "r,adr[,x]"
+../../../../as/err/err_110.casl:    2:        CALL    GR1,A