== test.log == ---------------------------------------------------------------------- err_113: Test Success 2010-12-14 01:13:08 Detail in /home/kazubito/2010_12/yacasl2/test/system/casl2/err_113/detail.log ---------------------------------------------------------------------- == cmd == ---------------------------------------------------------------------- cat ../../../../as/err/err_113.casl ../../../../casl2 ../../../../as/err/err_113.casl ---------------------------------------------------------------------- == 0.txt == ---------------------------------------------------------------------- MAIN START LD GR1,A,1,2 RET A DC 0,1,2,3 END Assemble error - 113: LD: operand too many in COMET II command ../../../../as/err/err_113.casl: 2: LD GR1,A,1,2 ---------------------------------------------------------------------- == err.txt == ---------------------------------------------------------------------- Assemble error - 113: LD: operand too many in COMET II command ../../../../as/err/err_113.casl: 2: LD GR1,A,1,2 ---------------------------------------------------------------------- == 1.txt == ---------------------------------------------------------------------- MAIN START LD GR1,A,1,2 RET A DC 0,1,2,3 END Assemble error - 113: LD: operand too many in COMET II command ../../../../as/err/err_113.casl: 2: LD GR1,A,1,2 ----------------------------------------------------------------------