dfe3f7e6fd97f84f96932801af694b09bc2614de
[YACASL2.git] / test / system / casl2 / err_113 / detail.log
1 == test.log ==
2 ----------------------------------------------------------------------
3 err_113: Test Success 2010-12-13 18:44:43
4 Detail in /home/kazubito/2010_12/yacasl2/test/system/casl2/err_113/detail.log
5 ----------------------------------------------------------------------
6
7 == cmd ==
8 ----------------------------------------------------------------------
9 cat ../../../../as/err/err_113.casl
10 ../../../../casl2 ../../../../as/err/err_113.casl
11 ----------------------------------------------------------------------
12
13 == 0.txt ==
14 ----------------------------------------------------------------------
15 MAIN    START
16         LD      GR1,A,1,2
17         RET
18 A       DC      0,1,2,3
19         END
20 Assemble error - 113: LD: operand too many in COMET II command
21 ../../../../as/err/err_113.casl:    2:        LD      GR1,A,1,2
22 ----------------------------------------------------------------------
23
24 == err.txt ==
25 ----------------------------------------------------------------------
26 Assemble error - 113: LD: operand too many in COMET II command
27 ../../../../as/err/err_113.casl:    2:        LD      GR1,A,1,2
28 ----------------------------------------------------------------------
29
30 == 1.txt ==
31 ----------------------------------------------------------------------
32 MAIN    START
33         LD      GR1,A,1,2
34         RET
35 A       DC      0,1,2,3
36         END
37 Assemble error - 113: LD: operand too many in COMET II command
38 ../../../../as/err/err_113.casl:    2:        LD      GR1,A,1,2
39 ----------------------------------------------------------------------
40