== test.log == ---------------------------------------------------------------------- err_111: Test Success 2010-12-13 18:44:39 Detail in /home/kazubito/2010_12/yacasl2/test/system/casl2/err_111/detail.log ---------------------------------------------------------------------- == cmd == ---------------------------------------------------------------------- cat ../../../../as/err/err_111.casl ../../../../casl2 ../../../../as/err/err_111.casl ---------------------------------------------------------------------- == 0.txt == ---------------------------------------------------------------------- MAIN START LD A RET A DC 3 END Assemble error - 111: LD: not command of operand "adr[,x]" ../../../../as/err/err_111.casl: 2: LD A ---------------------------------------------------------------------- == err.txt == ---------------------------------------------------------------------- Assemble error - 111: LD: not command of operand "adr[,x]" ../../../../as/err/err_111.casl: 2: LD A ---------------------------------------------------------------------- == 1.txt == ---------------------------------------------------------------------- MAIN START LD A RET A DC 3 END Assemble error - 111: LD: not command of operand "adr[,x]" ../../../../as/err/err_111.casl: 2: LD A ----------------------------------------------------------------------