casl2libとtestを整理
[YACASL2.git] / test / system / casl2_err / err_110 / 0.txt
1 MAIN    START
2         CALL    GR1,A
3         RET
4 A       DC      3
5         END
6 Assemble error - 110: CALL: not command of operand "r,adr[,x]"
7 ../../../../as/err/err_110.casl:    2:        CALL    GR1,A