== test.log == ---------------------------------------------------------------------- err_104: Test Success 2010-12-13 18:44:42 Detail in /home/kazubito/2010_12/yacasl2/test/system/casl2/err_104/detail.log ---------------------------------------------------------------------- == cmd == ---------------------------------------------------------------------- cat ../../../../as/err/err_104.casl ../../../../casl2 ../../../../as/err/err_104.casl ---------------------------------------------------------------------- == 0.txt == ---------------------------------------------------------------------- MAIN START LD GR1,A23456789 RET A23456789 DC 7 END Assemble error - 104: A23456789: label length is too long ../../../../as/err/err_104.casl: 4:A23456789 DC 7 ---------------------------------------------------------------------- == err.txt == ---------------------------------------------------------------------- Assemble error - 104: A23456789: label length is too long ../../../../as/err/err_104.casl: 4:A23456789 DC 7 ---------------------------------------------------------------------- == 1.txt == ---------------------------------------------------------------------- MAIN START LD GR1,A23456789 RET A23456789 DC 7 END Assemble error - 104: A23456789: label length is too long ../../../../as/err/err_104.casl: 4:A23456789 DC 7 ----------------------------------------------------------------------