== test.log == ---------------------------------------------------------------------- err_125: Test Success 2010-12-14 01:13:02 Detail in /home/kazubito/2010_12/yacasl2/test/system/casl2/err_125/detail.log ---------------------------------------------------------------------- == cmd == ---------------------------------------------------------------------- cat ../../../../as/err/err_125.casl ../../../../casl2 ../../../../as/err/err_125.casl ---------------------------------------------------------------------- == 0.txt == ---------------------------------------------------------------------- MAIN START LD GR1,A,1 RET A DC 0,1 END Assemble error - 125: LD: not GR in operand x ../../../../as/err/err_125.casl: 2: LD GR1,A,1 ---------------------------------------------------------------------- == err.txt == ---------------------------------------------------------------------- Assemble error - 125: LD: not GR in operand x ../../../../as/err/err_125.casl: 2: LD GR1,A,1 ---------------------------------------------------------------------- == 1.txt == ---------------------------------------------------------------------- MAIN START LD GR1,A,1 RET A DC 0,1 END Assemble error - 125: LD: not GR in operand x ../../../../as/err/err_125.casl: 2: LD GR1,A,1 ----------------------------------------------------------------------