統合テストに、最新版Autotest.mkを反映
[YACASL2.git] / test / system / casl2 / err_104 / detail.log
1 == test.log ==
2 ----------------------------------------------------------------------
3 err_104: Test Success 2010-12-13 18:44:42
4 Detail in /home/kazubito/2010_12/yacasl2/test/system/casl2/err_104/detail.log
5 ----------------------------------------------------------------------
6
7 == cmd ==
8 ----------------------------------------------------------------------
9 cat ../../../../as/err/err_104.casl
10 ../../../../casl2 ../../../../as/err/err_104.casl
11 ----------------------------------------------------------------------
12
13 == 0.txt ==
14 ----------------------------------------------------------------------
15 MAIN    START
16         LD      GR1,A23456789
17         RET
18 A23456789 DC    7
19         END
20 Assemble error - 104: A23456789: label length is too long
21 ../../../../as/err/err_104.casl:    4:A23456789 DC    7
22 ----------------------------------------------------------------------
23
24 == err.txt ==
25 ----------------------------------------------------------------------
26 Assemble error - 104: A23456789: label length is too long
27 ../../../../as/err/err_104.casl:    4:A23456789 DC    7
28 ----------------------------------------------------------------------
29
30 == 1.txt ==
31 ----------------------------------------------------------------------
32 MAIN    START
33         LD      GR1,A23456789
34         RET
35 A23456789 DC    7
36         END
37 Assemble error - 104: A23456789: label length is too long
38 ../../../../as/err/err_104.casl:    4:A23456789 DC    7
39 ----------------------------------------------------------------------
40