テストケースの修正
[YACASL2.git] / test / integration / casl2 / hello / 0.txt
1 ../../../../casl2 -sla ../../../../as/hello.casl
2
3 Assemble ../../../../as/hello.casl (0)
4 ../../../../as/hello.casl:    1:MAIN    START
5 ../../../../as/hello.casl:    2:        OUT     OBUF,LEN
6 ../../../../as/hello.casl:    3:        RET
7 ../../../../as/hello.casl:    4:OBUF    DC      'Hello, World!'
8 ../../../../as/hello.casl:    5:LEN     DC      13
9 ../../../../as/hello.casl:    6:        END
10
11 Label::::
12 MAIN ---> #0000
13 MAIN.OBUF ---> #0013
14 MAIN.LEN ---> #0020
15
16 Assemble ../../../../as/hello.casl (1)
17 ../../../../as/hello.casl:    1:MAIN    START
18 ../../../../as/hello.casl:    2:        OUT     OBUF,LEN
19         #0000   #7001
20         #0001   #0000
21         #0002   #7002
22         #0003   #0000
23         #0004   #1210
24         #0005   #0013
25         #0006   #1220
26         #0007   #0020
27         #0008   #F000
28         #0009   #0002
29         #000A   #1210
30         #000B   #0021
31         #0021   #000A
32         #000C   #1220
33         #000D   #0022
34         #0022   #0001
35         #000E   #F000
36         #000F   #0002
37         #0010   #7120
38         #0011   #7110
39 ../../../../as/hello.casl:    3:        RET
40         #0012   #8100
41 ../../../../as/hello.casl:    4:OBUF    DC      'Hello, World!'
42         #0013   #0048
43         #0014   #0065
44         #0015   #006C
45         #0016   #006C
46         #0017   #006F
47         #0018   #002C
48         #0019   #0020
49         #001A   #0057
50         #001B   #006F
51         #001C   #0072
52         #001D   #006C
53         #001E   #0064
54         #001F   #0021
55 ../../../../as/hello.casl:    5:LEN     DC      13
56         #0020   #000D
57 ../../../../as/hello.casl:    6:        END
58 Hello, World!