テストがトップから実行できなくなっていたので、実行できるよう修正
[YACASL2.git] / test / system / casl2 / err_119 / detail.log
1 == test.log ==
2 ----------------------------------------------------------------------
3 err_119: Test Success 2010-12-14 01:13:08
4 Detail in /home/kazubito/2010_12/yacasl2/test/system/casl2/err_119/detail.log
5 ----------------------------------------------------------------------
6
7 == cmd ==
8 ----------------------------------------------------------------------
9 cat ../../../../as/err/err_119.casl
10 ../../../../casl2 -M8 ../../../../as/err/err_119.casl
11 ----------------------------------------------------------------------
12
13 == 0.txt ==
14 ----------------------------------------------------------------------
15 ;;; casl2 -M8 err_119.casl
16 MAIN    START
17         LD      GR0,A
18         LD      GR0,B
19         LD      GR0,C
20         RET
21 A       DC      7
22 B       DC      -7
23 C       DC      0
24         END
25 Assemble error - 119: 8: out of COMET II memory
26 ../../../../as/err/err_119.casl:    8:B       DC      -7
27 ----------------------------------------------------------------------
28
29 == err.txt ==
30 ----------------------------------------------------------------------
31 Assemble error - 119: 8: out of COMET II memory
32 ../../../../as/err/err_119.casl:    8:B       DC      -7
33 ----------------------------------------------------------------------
34
35 == 1.txt ==
36 ----------------------------------------------------------------------
37 ;;; casl2 -M8 err_119.casl
38 MAIN    START
39         LD      GR0,A
40         LD      GR0,B
41         LD      GR0,C
42         RET
43 A       DC      7
44 B       DC      -7
45 C       DC      0
46         END
47 Assemble error - 119: 8: out of COMET II memory
48 ../../../../as/err/err_119.casl:    8:B       DC      -7
49 ----------------------------------------------------------------------
50