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