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