テストがトップから実行できなくなっていたので、実行できるよう修正
[YACASL2.git] / test / system / casl2 / hello / detail.log
1 == test.log ==
2 ----------------------------------------------------------------------
3 hello: Test Success 2010-12-14 01:13:11
4 Detail in /home/kazubito/2010_12/yacasl2/test/system/casl2/hello/detail.log
5 ----------------------------------------------------------------------
6
7 == cmd ==
8 ----------------------------------------------------------------------
9 cat ../../../../as/hello.casl
10 ../../../../casl2 -sla ../../../../as/hello.casl
11 ----------------------------------------------------------------------
12
13 == 0.txt ==
14 ----------------------------------------------------------------------
15 MAIN    START
16         OUT     OBUF,LEN
17         RET
18 OBUF    DC      'Hello, World!'
19 LEN     DC      13
20         END
21
22 Assemble ../../../../as/hello.casl (0)
23 ../../../../as/hello.casl:    1:MAIN    START
24 ../../../../as/hello.casl:    2:        OUT     OBUF,LEN
25 ../../../../as/hello.casl:    3:        RET
26 ../../../../as/hello.casl:    4:OBUF    DC      'Hello, World!'
27 ../../../../as/hello.casl:    5:LEN     DC      13
28 ../../../../as/hello.casl:    6:        END
29
30 Label::::
31 MAIN ---> #0000
32 MAIN.OBUF ---> #0013
33 MAIN.LEN ---> #0020
34
35 Assemble ../../../../as/hello.casl (1)
36 ../../../../as/hello.casl:    1:MAIN    START
37 ../../../../as/hello.casl:    2:        OUT     OBUF,LEN
38         #0000   #7001
39         #0001   #0000
40         #0002   #7002
41         #0003   #0000
42         #0004   #1210
43         #0005   #0013
44         #0006   #1220
45         #0007   #0020
46         #0008   #F000
47         #0009   #0002
48         #000A   #1210
49         #000B   #0021
50         #0021   #000A
51         #000C   #1220
52         #000D   #0022
53         #0022   #0001
54         #000E   #F000
55         #000F   #0002
56         #0010   #7120
57         #0011   #7110
58 ../../../../as/hello.casl:    3:        RET
59         #0012   #8100
60 ../../../../as/hello.casl:    4:OBUF    DC      'Hello, World!'
61         #0013   #0048
62         #0014   #0065
63         #0015   #006C
64         #0016   #006C
65         #0017   #006F
66         #0018   #002C
67         #0019   #0020
68         #001A   #0057
69         #001B   #006F
70         #001C   #0072
71         #001D   #006C
72         #001E   #0064
73         #001F   #0021
74 ../../../../as/hello.casl:    5:LEN     DC      13
75         #0020   #000D
76 ../../../../as/hello.casl:    6:        END
77 Hello, World!
78 ----------------------------------------------------------------------
79
80 == 1.txt ==
81 ----------------------------------------------------------------------
82 MAIN    START
83         OUT     OBUF,LEN
84         RET
85 OBUF    DC      'Hello, World!'
86 LEN     DC      13
87         END
88
89 Assemble ../../../../as/hello.casl (0)
90 ../../../../as/hello.casl:    1:MAIN    START
91 ../../../../as/hello.casl:    2:        OUT     OBUF,LEN
92 ../../../../as/hello.casl:    3:        RET
93 ../../../../as/hello.casl:    4:OBUF    DC      'Hello, World!'
94 ../../../../as/hello.casl:    5:LEN     DC      13
95 ../../../../as/hello.casl:    6:        END
96
97 Label::::
98 MAIN ---> #0000
99 MAIN.OBUF ---> #0013
100 MAIN.LEN ---> #0020
101
102 Assemble ../../../../as/hello.casl (1)
103 ../../../../as/hello.casl:    1:MAIN    START
104 ../../../../as/hello.casl:    2:        OUT     OBUF,LEN
105         #0000   #7001
106         #0001   #0000
107         #0002   #7002
108         #0003   #0000
109         #0004   #1210
110         #0005   #0013
111         #0006   #1220
112         #0007   #0020
113         #0008   #F000
114         #0009   #0002
115         #000A   #1210
116         #000B   #0021
117         #0021   #000A
118         #000C   #1220
119         #000D   #0022
120         #0022   #0001
121         #000E   #F000
122         #000F   #0002
123         #0010   #7120
124         #0011   #7110
125 ../../../../as/hello.casl:    3:        RET
126         #0012   #8100
127 ../../../../as/hello.casl:    4:OBUF    DC      'Hello, World!'
128         #0013   #0048
129         #0014   #0065
130         #0015   #006C
131         #0016   #006C
132         #0017   #006F
133         #0018   #002C
134         #0019   #0020
135         #001A   #0057
136         #001B   #006F
137         #001C   #0072
138         #001D   #006C
139         #001E   #0064
140         #001F   #0021
141 ../../../../as/hello.casl:    5:LEN     DC      13
142         #0020   #000D
143 ../../../../as/hello.casl:    6:        END
144 Hello, World!
145 ----------------------------------------------------------------------
146