== test.log == ---------------------------------------------------------------------- err_110: Test Success 2010-12-14 01:13:11 Detail in /home/kazubito/2010_12/yacasl2/test/system/casl2/err_110/detail.log ---------------------------------------------------------------------- == cmd == ---------------------------------------------------------------------- cat ../../../../as/err/err_110.casl ../../../../casl2 ../../../../as/err/err_110.casl ---------------------------------------------------------------------- == 0.txt == ---------------------------------------------------------------------- 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 ---------------------------------------------------------------------- == err.txt == ---------------------------------------------------------------------- Assemble error - 110: CALL: not command of operand "r,adr[,x]" ../../../../as/err/err_110.casl: 2: CALL GR1,A ---------------------------------------------------------------------- == 1.txt == ---------------------------------------------------------------------- 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 ----------------------------------------------------------------------