about summary refs log blame commit diff stats
path: root/arc/.traces/strcat
blob: f9a04b71143fd01ca391afe7b832a98c0bde7fd2 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
pre { line-height: 125%; }
td.linenos .normal { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; }
span.linenos { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; }
td.linenos .special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
.highlight .hll { background-color: #ffffcc }
.highlight .c { color: #888888 } /* Comment */
.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */
.highlight .k { color: #008800; font-weight: bold } /* Keyword */
.highlight .ch { color: #888888 } /* Comment.Hashbang */
.highlight .cm { color: #888888 } /* Comment.Multiline */
.highlight .cp { color: #cc0000; font-weight: bold } /* Comment.Preproc */
.highlight .cpf { color: #888888 } /* Comment.PreprocFile */
.highlight .c1 { color: #888888 } /* Comment.Single */
.highlight .cs { color: #cc0000; font-weight: bold; background-color: #fff0f0 } /* Comment.Special */
.highlight .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */
.highlight .ge { font-style: italic } /* Generic.Emph */
.highlight .ges { font-weight: bold; font-style: italic } /* Generic.EmphStrong */
.highlight .gr { color: #aa0000 } /* Generic.Error */
.highlight .gh { color: #333333 } /* Generic.Heading */
.highlight .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */
.highlight .go { color: #888888 } /* Generic.Output */
.highlight .gp { color: #555555 } /* Generic.Prompt */
.highlight .gs { font-weight: bold } /* Generic.Strong */
.highlight .gu { color: #666666 } /* Generic.Subheading */
.highlight .gt { color: #aa0000 } /* Generic.Traceback */
.highlight .kc { color: #008800; font-weight: bold } /* Keyword.Constant */
.highlight .kd { color: #008800; font-weight: bold } /* Keyword.Declaration */
.highlight .kn { color: #008800; font-weight: bold } /* Keyword.Namespace */
.highlight .kp { color: #008800 } /* Keyword.Pseudo */
.highlight .kr { color: #008800; font-weight: bold } /* Keyword.Reserved */
.highlight .kt { color: #888888; font-weight: bold } /* Keyword.Type */
.highlight .m { color: #0000DD; font-weight: bold } /* Literal.Number */
.highlight .s { color: #dd2200; background-color: #fff0f0 } /* Literal.String */
.highlight .na { color: #336699 } /* Name.Attribute */
.highlight .nb { color: #003388 } /* Name.Builtin */
.highlight .nc { color: #bb0066; font-weight: bold } /* Name.Class */
.highlight .no { color: #003366; font-weight: bold } /* Name.Constant */
.highlight .nd { color: #555555 } /* Name.Decorator */
.highlight .ne { color: #bb0066; font-weight: bold } /* Name.Exception */
.highlight .nf { color: #0066bb; font-weight: bold } /* Name.Function */
.highlight .nl { color: #336699; font-style: italic } /* Name.Label */
.highlight .nn { color: #bb0066; font-weight: bold } /* Name.Namespace */
.highlight .py { color: #336699; font-weight: bold } /* Name.Property */
.highlight .nt { color: #bb0066; font-weight: bold } /* Name.Tag */
.highlight .nv { color: #336699 } /* Name.Variable */
.highlight .ow { color: #008800 } /* Operator.Word */
.highlight .w { color: #bbbbbb } /* Text.Whitespace */
.highlight .mb { color: #0000DD; font-weight: bold } /* Literal.Number.Bin */
.highlight .mf { color: #0000DD; font-weight: bold } /* Literal.Number.Float */
.highlight .mh { color: #0000DD; font-weight: bold } /* Literal.Number.Hex */
.highlight .mi { color: #0000DD; font-weight: bold } /* Literal.Number.Integer */
.highlight .mo { color: #0000DD; font-weight: bold } /* Literal.Number.Oct */
.highlight .sa { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Affix */
.highlight .sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */
.highlight .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */
.highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */
.highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */
.highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */
.highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */
.highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */
.highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */
.highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */
.highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */
.highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */
.highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */
.highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */
.highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */
.highlight .vc { color: #336699 } /* Name.Variable.Class */
.highlight .vg { color: #dd7700 } /* Name.Variable.Global */
.highlight .vi { color: #3333bb } /* Name.Variable.Instance */
.highlight .vm { color: #336699 } /* Name.Variable.Magic */
.highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
parse/0: instruction: 1
parse/0:   ingredient: {name: "33", value: 0, type: 0, properties: [33: literal]}
parse/0:   product: {name: "1", value: 0, type: 1, properties: [1: integer]}
parse/0: instruction: 1
parse/0:   ingredient: {name: "33", value: 0, type: 0, properties: [33: literal]}
parse/0:   product: {name: "2", value: 0, type: 1, properties: [2: integer]}
parse/0: instruction: 17
parse/0:   ingredient: {name: "1", value: 0, type: 1, properties: [1: integer]}
parse/0:   ingredient: {name: "2", value: 0, type: 1, properties: [2: integer]}
parse/0:   product: {name: "3", value: 0, type: 1, properties: [3: integer]}
after-brace/0: recipe main
after-brace/0: copy ...
after-brace/0: copy ...
after-brace/0: lesser-or-equal ...
run/0: instruction main/0
run/0: ingredient 0 is 33
mem/0: storing in location 1
run/0: instruction main/1
run/0: ingredient 0 is 33
mem/0: storing in location 2
run/0: instruction main/2
run/0: ingredient 0 is 1
mem/0: location 1 is 33
run/0: ingredient 1 is 2
mem/0: location 2 is 33
run/0: product 0 is 1
mem/0: storing in location 3
href='#n456'>456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521








































































































































































































































































































































































































































































































































                                                                                                          
c{0: 0 (((1 string-address)) <- ((new)) hello,) -- nil
c{0: 1 (((2 string-address)) <- ((new))  world!) -- nil
c{0: 2 (((3 string-address)) <- ((strcat)) ((1 string-address)) ((2 string-address))) -- nil
c{1: 0 ✓ (((1 string-address)) <- ((new)) hello,)
c{1: 1 ✓ (((2 string-address)) <- ((new))  world!)
c{1: 2 ✓ (((3 string-address)) <- ((strcat)) ((1 string-address)) ((2 string-address)))
cn0: convert-names in main
cn0: (((1 string-address)) <- ((new)) hello,) nil nil
cn0: checking arg hello,
cn0: checking oarg ((1 string-address))
maybe-add: ((1 string-address))
cn0: (((2 string-address)) <- ((new))  world!) nil nil
cn0: checking arg  world!
cn0: checking oarg ((2 string-address))
maybe-add: ((2 string-address))
cn0: (((3 string-address)) <- ((strcat)) ((1 string-address)) ((2 string-address))) nil nil
cn0: checking arg ((1 string-address))
maybe-add: ((1 string-address))
cn0: checking arg ((2 string-address))
maybe-add: ((2 string-address))
cn0: checking oarg ((3 string-address))
maybe-add: ((3 string-address))
cn1: (((1 string-address)) <- ((new)) hello,)
cn1: (((2 string-address)) <- ((new))  world!)
cn1: (((3 string-address)) <- ((strcat)) ((1 string-address)) ((2 string-address)))
schedule: main
run: main 0: (((1 string-address)) <- ((new)) hello,)
run: main 0: 1000 => ((1 string-address))
mem: ((1 string-address)): 1 <= 1000
run: main 1: (((2 string-address)) <- ((new))  world!)
run: main 1: 1007 => ((2 string-address))
mem: ((2 string-address)): 2 <= 1007
run: main 2: (((3 string-address)) <- ((strcat)) ((1 string-address)) ((2 string-address)))
mem: ((1 string-address)) => 1000
mem: ((2 string-address)) => 1007
run: strcat/main 0: (((default-space space-address)) <- ((new)) ((space literal)) ((30 literal)))
run: strcat/main 0: 1015 => ((default-space space-address))
run: strcat/main 1: (((1 string-address)) <- ((next-input)))
arg: nil 0 (1000 1007)
run: strcat/main 1: 1000 => ((1 string-address))
mem: ((1 string-address)): 1017 <= 1000
run: strcat/main 2: (((2 integer)) <- ((length)) ((1 string-address) (deref)))
array-len: ((1 string-address) (deref))
mem: ((1000 integer) (raw)) => 6
run: strcat/main 2: 6 => ((2 integer))
mem: ((2 integer)): 1018 <= 6
run: strcat/main 3: (((3 string-address)) <- ((next-input)))
arg: nil 1 (1000 1007)
run: strcat/main 3: 1007 => ((3 string-address))
mem: ((3 string-address)): 1019 <= 1007
run: strcat/main 4: (((4 integer)) <- ((length)) ((3 string-address) (deref)))
array-len: ((3 string-address) (deref))
mem: ((1007 integer) (raw)) => 7
run: strcat/main 4: 7 => ((4 integer))
mem: ((4 integer)): 1020 <= 7
run: strcat/main 5: (((5 integer)) <- ((add)) ((2 integer)) ((4 integer)))
mem: ((2 integer)) => 6
mem: ((4 integer)) => 7
run: strcat/main 5: 13 => ((5 integer))
mem: ((5 integer)): 1021 <= 13
run: strcat/main 6: (((6 string-address)) <- ((new)) ((string literal)) ((5 integer)))
mem: ((5 integer)) => 13
run: strcat/main 6: 1046 => ((6 string-address))
mem: ((6 string-address)): 1022 <= 1046
run: strcat/main 7: (((7 integer)) <- ((copy)) ((0 literal)))
run: strcat/main 7: 0 => ((7 integer))
mem: ((7 integer)): 1023 <= 0
run: strcat/main 8: (((8 integer)) <- ((copy)) ((0 literal)))
run: strcat/main 8: 0 => ((8 integer))
mem: ((8 integer)): 1024 <= 0
run: strcat/main 9: (((9 boolean)) <- ((greater-or-equal)) ((8 integer)) ((2 integer)))
mem: ((8 integer)) => 0
mem: ((2 integer)) => 6
run: strcat/main 9: nil => ((9 boolean))
mem: ((9 boolean)): 1025 <= nil
run: strcat/main 10: (((jump-if)) ((9 boolean)) ((6 offset)))
mem: ((9 boolean)) => nil
run: strcat/main 11: (((10 byte-address)) <- ((index-address)) ((6 string-address) (deref)) ((7 integer)))
mem: ((7 integer)) => 0
array-len: ((1046 string) (raw))
mem: ((1046 integer) (raw)) => 13
run: strcat/main 11: 1047 => ((10 byte-address))
mem: ((10 byte-address)): 1026 <= 1047
run: strcat/main 12: (((11 byte)) <- ((index)) ((1 string-address) (deref)) ((8 integer)))
mem: ((8 integer)) => 0
array-len: ((1000 string) (raw))
mem: ((1000 integer) (raw)) => 6
mem: ((1001 byte) (raw)) => h
run: strcat/main 12: #\h => ((11 byte))
mem: ((11 byte)): 1027 <= #\h
run: strcat/main 13: (((10 byte-address) (deref)) <- ((copy)) ((11 byte)))
mem: ((11 byte)) => h
run: strcat/main 13: #\h => ((10 byte-address) (deref))
mem: ((10 byte-address) (deref)): 1047 <= #\h
run: strcat/main 14: (((8 integer)) <- ((add)) ((8 integer)) ((1 literal)))
mem: ((8 integer)) => 0
run: strcat/main 14: 1 => ((8 integer))
mem: ((8 integer)): 1024 <= 1
run: strcat/main 15: (((7 integer)) <- ((add)) ((7 integer)) ((1 literal)))
mem: ((7 integer)) => 0
run: strcat/main 15: 1 => ((7 integer))
mem: ((7 integer)): 1023 <= 1
run: strcat/main 16: (((jump)) ((-8 offset)))
run: strcat/main 9: (((9 boolean)) <- ((greater-or-equal)) ((8 integer)) ((2 integer)))
mem: ((8 integer)) => 1
mem: ((2 integer)) => 6
run: strcat/main 9: nil => ((9 boolean))
mem: ((9 boolean)): 1025 <= nil
run: strcat/main 10: (((jump-if)) ((9 boolean)) ((6 offset)))
mem: ((9 boolean)) => nil
run: strcat/main 11: (((10 byte-address)) <- ((index-address)) ((6 string-address) (deref)) ((7 integer)))
mem: ((7 integer)) => 1
array-len: ((1046 string) (raw))
mem: ((1046 integer) (raw)) => 13
run: strcat/main 11: 1048 => ((10 byte-address))
mem: ((10 byte-address)): 1026 <= 1048
run: strcat/main 12: (((11 byte)) <- ((index)) ((1 string-address) (deref)) ((8 integer)))
mem: ((8 integer)) => 1
array-len: ((1000 string) (raw))
mem: ((1000 integer) (raw)) => 6
mem: ((1002 byte) (raw)) => e
run: strcat/main 12: #\e => ((11 byte))
mem: ((11 byte)): 1027 <= #\e
run: strcat/main 13: (((10 byte-address) (deref)) <- ((copy)) ((11 byte)))
mem: ((11 byte)) => e
run: strcat/main 13: #\e => ((10 byte-address) (deref))
mem: ((10 byte-address) (deref)): 1048 <= #\e
run: strcat/main 14: (((8 integer)) <- ((add)) ((8 integer)) ((1 literal)))
mem: ((8 integer)) => 1
run: strcat/main 14: 2 => ((8 integer))
mem: ((8 integer)): 1024 <= 2
run: strcat/main 15: (((7 integer)) <- ((add)) ((7 integer)) ((1 literal)))
mem: ((7 integer)) => 1
run: strcat/main 15: 2 => ((7 integer))
mem: ((7 integer)): 1023 <= 2
run: strcat/main 16: (((jump)) ((-8 offset)))
run: strcat/main 9: (((9 boolean)) <- ((greater-or-equal)) ((8 integer)) ((2 integer)))
mem: ((8 integer)) => 2
mem: ((2 integer)) => 6
run: strcat/main 9: nil => ((9 boolean))
mem: ((9 boolean)): 1025 <= nil
run: strcat/main 10: (((jump-if)) ((9 boolean)) ((6 offset)))
mem: ((9 boolean)) => nil
run: strcat/main 11: (((10 byte-address)) <- ((index-address)) ((6 string-address) (deref)) ((7 integer)))
mem: ((7 integer)) => 2
array-len: ((1046 string) (raw))
mem: ((1046 integer) (raw)) => 13
run: strcat/main 11: 1049 => ((10 byte-address))
mem: ((10 byte-address)): 1026 <= 1049
run: strcat/main 12: (((11 byte)) <- ((index)) ((1 string-address) (deref)) ((8 integer)))
mem: ((8 integer)) => 2
array-len: ((1000 string) (raw))
mem: ((1000 integer) (raw)) => 6
mem: ((1003 byte) (raw)) => l
run: strcat/main 12: #\l => ((11 byte))
mem: ((11 byte)): 1027 <= #\l
run: strcat/main 13: (((10 byte-address) (deref)) <- ((copy)) ((11 byte)))
mem: ((11 byte)) => l
run: strcat/main 13: #\l => ((10 byte-address) (deref))
mem: ((10 byte-address) (deref)): 1049 <= #\l
run: strcat/main 14: (((8 integer)) <- ((add)) ((8 integer)) ((1 literal)))
mem: ((8 integer)) => 2
run: strcat/main 14: 3 => ((8 integer))
mem: ((8 integer)): 1024 <= 3
run: strcat/main 15: (((7 integer)) <- ((add)) ((7 integer)) ((1 literal)))
mem: ((7 integer)) => 2
run: strcat/main 15: 3 => ((7 integer))
mem: ((7 integer)): 1023 <= 3
run: strcat/main 16: (((jump)) ((-8 offset)))
run: strcat/main 9: (((9 boolean)) <- ((greater-or-equal)) ((8 integer)) ((2 integer)))
mem: ((8 integer)) => 3
mem: ((2 integer)) => 6
run: strcat/main 9: nil => ((9 boolean))
mem: ((9 boolean)): 1025 <= nil
run: strcat/main 10: (((jump-if)) ((9 boolean)) ((6 offset)))
mem: ((9 boolean)) => nil
run: strcat/main 11: (((10 byte-address)) <- ((index-address)) ((6 string-address) (deref)) ((7 integer)))
mem: ((7 integer)) => 3
array-len: ((1046 string) (raw))
mem: ((1046 integer) (raw)) => 13
run: strcat/main 11: 1050 => ((10 byte-address))
mem: ((10 byte-address)): 1026 <= 1050
run: strcat/main 12: (((11 byte)) <- ((index)) ((1 string-address) (deref)) ((8 integer)))
mem: ((8 integer)) => 3
array-len: ((1000 string) (raw))
mem: ((1000 integer) (raw)) => 6
mem: ((1004 byte) (raw)) => l
run: strcat/main 12: #\l => ((11 byte))
mem: ((11 byte)): 1027 <= #\l
run: strcat/main 13: (((10 byte-address) (deref)) <- ((copy)) ((11 byte)))
mem: ((11 byte)) => l
run: strcat/main 13: #\l => ((10 byte-address) (deref))
mem: ((10 byte-address) (deref)): 1050 <= #\l
run: strcat/main 14: (((8 integer)) <- ((add)) ((8 integer)) ((1 literal)))
mem: ((8 integer)) => 3
run: strcat/main 14: 4 => ((8 integer))
mem: ((8 integer)): 1024 <= 4
run: strcat/main 15: (((7 integer)) <- ((add)) ((7 integer)) ((1 literal)))
mem: ((7 integer)) => 3
run: strcat/main 15: 4 => ((7 integer))
mem: ((7 integer)): 1023 <= 4
run: strcat/main 16: (((jump)) ((-8 offset)))
run: strcat/main 9: (((9 boolean)) <- ((greater-or-equal)) ((8 integer)) ((2 integer)))
mem: ((8 integer)) => 4
mem: ((2 integer)) => 6
run: strcat/main 9: nil => ((9 boolean))
mem: ((9 boolean)): 1025 <= nil
run: strcat/main 10: (((jump-if)) ((9 boolean)) ((6 offset)))
mem: ((9 boolean)) => nil
run: strcat/main 11: (((10 byte-address)) <- ((index-address)) ((6 string-address) (deref)) ((7 integer)))
mem: ((7 integer)) => 4
array-len: ((1046 string) (raw))
mem: ((1046 integer) (raw)) => 13
run: strcat/main 11: 1051 => ((10 byte-address))
mem: ((10 byte-address)): 1026 <= 1051
run: strcat/main 12: (((11 byte)) <- ((index)) ((1 string-address) (deref)) ((8 integer)))
mem: ((8 integer)) => 4
array-len: ((1000 string) (raw))
mem: ((1000 integer) (raw)) => 6
mem: ((1005 byte) (raw)) => o
run: strcat/main 12: #\o => ((11 byte))
mem: ((11 byte)): 1027 <= #\o
run: strcat/main 13: (((10 byte-address) (deref)) <- ((copy)) ((11 byte)))
mem: ((11 byte)) => o
run: strcat/main 13: #\o => ((10 byte-address) (deref))
mem: ((10 byte-address) (deref)): 1051 <= #\o
run: strcat/main 14: (((8 integer)) <- ((add)) ((8 integer)) ((1 literal)))
mem: ((8 integer)) => 4
run: strcat/main 14: 5 => ((8 integer))
mem: ((8 integer)): 1024 <= 5
run: strcat/main 15: (((7 integer)) <- ((add)) ((7 integer)) ((1 literal)))
mem: ((7 integer)) => 4
run: strcat/main 15: 5 => ((7 integer))
mem: ((7 integer)): 1023 <= 5
run: strcat/main 16: (((jump)) ((-8 offset)))
run: strcat/main 9: (((9 boolean)) <- ((greater-or-equal)) ((8 integer)) ((2 integer)))
mem: ((8 integer)) => 5
mem: ((2 integer)) => 6
run: strcat/main 9: nil => ((9 boolean))
mem: ((9 boolean)): 1025 <= nil
run: strcat/main 10: (((jump-if)) ((9 boolean)) ((6 offset)))
mem: ((9 boolean)) => nil
run: strcat/main 11: (((10 byte-address)) <- ((index-address)) ((6 string-address) (deref)) ((7 integer)))
mem: ((7 integer)) => 5
array-len: ((1046 string) (raw))
mem: ((1046 integer) (raw)) => 13
run: strcat/main 11: 1052 => ((10 byte-address))
mem: ((10 byte-address)): 1026 <= 1052
run: strcat/main 12: (((11 byte)) <- ((index)) ((1 string-address) (deref)) ((8 integer)))
mem: ((8 integer)) => 5
array-len: ((1000 string) (raw))
mem: ((1000 integer) (raw)) => 6
mem: ((1006 byte) (raw)) => ,
run: strcat/main 12: #\, => ((11 byte))
mem: ((11 byte)): 1027 <= #\,
run: strcat/main 13: (((10 byte-address) (deref)) <- ((copy)) ((11 byte)))
mem: ((11 byte)) => ,
run: strcat/main 13: #\, => ((10 byte-address) (deref))
mem: ((10 byte-address) (deref)): 1052 <= #\,
run: strcat/main 14: (((8 integer)) <- ((add)) ((8 integer)) ((1 literal)))
mem: ((8 integer)) => 5
run: strcat/main 14: 6 => ((8 integer))
mem: ((8 integer)): 1024 <= 6
run: strcat/main 15: (((7 integer)) <- ((add)) ((7 integer)) ((1 literal)))
mem: ((7 integer)) => 5
run: strcat/main 15: 6 => ((7 integer))
mem: ((7 integer)): 1023 <= 6
run: strcat/main 16: (((jump)) ((-8 offset)))
run: strcat/main 9: (((9 boolean)) <- ((greater-or-equal)) ((8 integer)) ((2 integer)))
mem: ((8 integer)) => 6
mem: ((2 integer)) => 6
run: strcat/main 9: t => ((9 boolean))
mem: ((9 boolean)): 1025 <= t
run: strcat/main 10: (((jump-if)) ((9 boolean)) ((6 offset)))
mem: ((9 boolean)) => t
run: strcat/main 17: (((8 integer)) <- ((copy)) ((0 literal)))
run: strcat/main 17: 0 => ((8 integer))
mem: ((8 integer)): 1024 <= 0
run: strcat/main 18: (((12 boolean)) <- ((greater-or-equal)) ((8 integer)) ((4 integer)))
mem: ((8 integer)) => 0
mem: ((4 integer)) => 7
run: strcat/main 18: nil => ((12 boolean))
mem: ((12 boolean)): 1028 <= nil
run: strcat/main 19: (((jump-if)) ((12 boolean)) ((6 offset)))
mem: ((12 boolean)) => nil
run: strcat/main 20: (((10 byte-address)) <- ((index-address)) ((6 string-address) (deref)) ((7 integer)))
mem: ((7 integer)) => 6
array-len: ((1046 string) (raw))
mem: ((1046 integer) (raw)) => 13
run: strcat/main 20: 1053 => ((10 byte-address))
mem: ((10 byte-address)): 1026 <= 1053
run: strcat/main 21: (((11 byte)) <- ((index)) ((3 string-address) (deref)) ((8 integer)))
mem: ((8 integer)) => 0
array-len: ((1007 string) (raw))
mem: ((1007 integer) (raw)) => 7
mem: ((1008 byte) (raw)) =>  
run: strcat/main 21: #\space => ((11 byte))
mem: ((11 byte)): 1027 <= #\space
run: strcat/main 22: (((10 byte-address) (deref)) <- ((copy)) ((11 byte)))
mem: ((11 byte)) =>  
run: strcat/main 22: #\space => ((10 byte-address) (deref))
mem: ((10 byte-address) (deref)): 1053 <= #\space
run: strcat/main 23: (((8 integer)) <- ((add)) ((8 integer)) ((1 literal)))
mem: ((8 integer)) => 0
run: strcat/main 23: 1 => ((8 integer))
mem: ((8 integer)): 1024 <= 1
run: strcat/main 24: (((7 integer)) <- ((add)) ((7 integer)) ((1 literal)))
mem: ((7 integer)) => 6
run: strcat/main 24: 7 => ((7 integer))
mem: ((7 integer)): 1023 <= 7
run: strcat/main 25: (((jump)) ((-8 offset)))
run: strcat/main 18: (((12 boolean)) <- ((greater-or-equal)) ((8 integer)) ((4 integer)))
mem: ((8 integer)) => 1
mem: ((4 integer)) => 7
run: strcat/main 18: nil => ((12 boolean))
mem: ((12 boolean)): 1028 <= nil
run: strcat/main 19: (((jump-if)) ((12 boolean)) ((6 offset)))
mem: ((12 boolean)) => nil
run: strcat/main 20: (((10 byte-address)) <- ((index-address)) ((6 string-address) (deref)) ((7 integer)))
mem: ((7 integer)) => 7
array-len: ((1046 string) (raw))
mem: ((1046 integer) (raw)) => 13
run: strcat/main 20: 1054 => ((10 byte-address))
mem: ((10 byte-address)): 1026 <= 1054
run: strcat/main 21: (((11 byte)) <- ((index)) ((3 string-address) (deref)) ((8 integer)))
mem: ((8 integer)) => 1
array-len: ((1007 string) (raw))
mem: ((1007 integer) (raw)) => 7
mem: ((1009 byte) (raw)) => w
run: strcat/main 21: #\w => ((11 byte))
mem: ((11 byte)): 1027 <= #\w
run: strcat/main 22: (((10 byte-address) (deref)) <- ((copy)) ((11 byte)))
mem: ((11 byte)) => w
run: strcat/main 22: #\w => ((10 byte-address) (deref))
mem: ((10 byte-address) (deref)): 1054 <= #\w
run: strcat/main 23: (((8 integer)) <- ((add)) ((8 integer)) ((1 literal)))
mem: ((8 integer)) => 1
run: strcat/main 23: 2 => ((8 integer))
mem: ((8 integer)): 1024 <= 2
run: strcat/main 24: (((7 integer)) <- ((add)) ((7 integer)) ((1 literal)))
mem: ((7 integer)) => 7
run: strcat/main 24: 8 => ((7 integer))
mem: ((7 integer)): 1023 <= 8
run: strcat/main 25: (((jump)) ((-8 offset)))
run: strcat/main 18: (((12 boolean)) <- ((greater-or-equal)) ((8 integer)) ((4 integer)))
mem: ((8 integer)) => 2
mem: ((4 integer)) => 7
run: strcat/main 18: nil => ((12 boolean))
mem: ((12 boolean)): 1028 <= nil
run: strcat/main 19: (((jump-if)) ((12 boolean)) ((6 offset)))
mem: ((12 boolean)) => nil
run: strcat/main 20: (((10 byte-address)) <- ((index-address)) ((6 string-address) (deref)) ((7 integer)))
mem: ((7 integer)) => 8
array-len: ((1046 string) (raw))
mem: ((1046 integer) (raw)) => 13
run: strcat/main 20: 1055 => ((10 byte-address))
mem: ((10 byte-address)): 1026 <= 1055
run: strcat/main 21: (((11 byte)) <- ((index)) ((3 string-address) (deref)) ((8 integer)))
mem: ((8 integer)) => 2
array-len: ((1007 string) (raw))
mem: ((1007 integer) (raw)) => 7
mem: ((1010 byte) (raw)) => o
run: strcat/main 21: #\o => ((11 byte))
mem: ((11 byte)): 1027 <= #\o
run: strcat/main 22: (((10 byte-address) (deref)) <- ((copy)) ((11 byte)))
mem: ((11 byte)) => o
run: strcat/main 22: #\o => ((10 byte-address) (deref))
mem: ((10 byte-address) (deref)): 1055 <= #\o
run: strcat/main 23: (((8 integer)) <- ((add)) ((8 integer)) ((1 literal)))
mem: ((8 integer)) => 2
run: strcat/main 23: 3 => ((8 integer))
mem: ((8 integer)): 1024 <= 3
run: strcat/main 24: (((7 integer)) <- ((add)) ((7 integer)) ((1 literal)))
mem: ((7 integer)) => 8
run: strcat/main 24: 9 => ((7 integer))
mem: ((7 integer)): 1023 <= 9
run: strcat/main 25: (((jump)) ((-8 offset)))
run: strcat/main 18: (((12 boolean)) <- ((greater-or-equal)) ((8 integer)) ((4 integer)))
mem: ((8 integer)) => 3
mem: ((4 integer)) => 7
run: strcat/main 18: nil => ((12 boolean))
mem: ((12 boolean)): 1028 <= nil
run: strcat/main 19: (((jump-if)) ((12 boolean)) ((6 offset)))
mem: ((12 boolean)) => nil
run: strcat/main 20: (((10 byte-address)) <- ((index-address)) ((6 string-address) (deref)) ((7 integer)))
mem: ((7 integer)) => 9
array-len: ((1046 string) (raw))
mem: ((1046 integer) (raw)) => 13
run: strcat/main 20: 1056 => ((10 byte-address))
mem: ((10 byte-address)): 1026 <= 1056
run: strcat/main 21: (((11 byte)) <- ((index)) ((3 string-address) (deref)) ((8 integer)))
mem: ((8 integer)) => 3
array-len: ((1007 string) (raw))
mem: ((1007 integer) (raw)) => 7
mem: ((1011 byte) (raw)) => r
run: strcat/main 21: #\r => ((11 byte))
mem: ((11 byte)): 1027 <= #\r
run: strcat/main 22: (((10 byte-address) (deref)) <- ((copy)) ((11 byte)))
mem: ((11 byte)) => r
run: strcat/main 22: #\r => ((10 byte-address) (deref))
mem: ((10 byte-address) (deref)): 1056 <= #\r
run: strcat/main 23: (((8 integer)) <- ((add)) ((8 integer)) ((1 literal)))
mem: ((8 integer)) => 3
run: strcat/main 23: 4 => ((8 integer))
mem: ((8 integer)): 1024 <= 4
run: strcat/main 24: (((7 integer)) <- ((add)) ((7 integer)) ((1 literal)))
mem: ((7 integer)) => 9
run: strcat/main 24: 10 => ((7 integer))
mem: ((7 integer)): 1023 <= 10
run: strcat/main 25: (((jump)) ((-8 offset)))
run: strcat/main 18: (((12 boolean)) <- ((greater-or-equal)) ((8 integer)) ((4 integer)))
mem: ((8 integer)) => 4
mem: ((4 integer)) => 7
run: strcat/main 18: nil => ((12 boolean))
mem: ((12 boolean)): 1028 <= nil
run: strcat/main 19: (((jump-if)) ((12 boolean)) ((6 offset)))
mem: ((12 boolean)) => nil
run: strcat/main 20: (((10 byte-address)) <- ((index-address)) ((6 string-address) (deref)) ((7 integer)))
mem: ((7 integer)) => 10
array-len: ((1046 string) (raw))
mem: ((1046 integer) (raw)) => 13
run: strcat/main 20: 1057 => ((10 byte-address))
mem: ((10 byte-address)): 1026 <= 1057
run: strcat/main 21: (((11 byte)) <- ((index)) ((3 string-address) (deref)) ((8 integer)))
mem: ((8 integer)) => 4
array-len: ((1007 string) (raw))
mem: ((1007 integer) (raw)) => 7
mem: ((1012 byte) (raw)) => l
run: strcat/main 21: #\l => ((11 byte))
mem: ((11 byte)): 1027 <= #\l
run: strcat/main 22: (((10 byte-address) (deref)) <- ((copy)) ((11 byte)))
mem: ((11 byte)) => l
run: strcat/main 22: #\l => ((10 byte-address) (deref))
mem: ((10 byte-address) (deref)): 1057 <= #\l
run: strcat/main 23: (((8 integer)) <- ((add)) ((8 integer)) ((1 literal)))
mem: ((8 integer)) => 4
run: strcat/main 23: 5 => ((8 integer))
mem: ((8 integer)): 1024 <= 5
run: strcat/main 24: (((7 integer)) <- ((add)) ((7 integer)) ((1 literal)))
mem: ((7 integer)) => 10
run: strcat/main 24: 11 => ((7 integer))
mem: ((7 integer)): 1023 <= 11
run: strcat/main 25: (((jump)) ((-8 offset)))
run: strcat/main 18: (((12 boolean)) <- ((greater-or-equal)) ((8 integer)) ((4 integer)))
mem: ((8 integer)) => 5
mem: ((4 integer)) => 7
run: strcat/main 18: nil => ((12 boolean))
mem: ((12 boolean)): 1028 <= nil
run: strcat/main 19: (((jump-if)) ((12 boolean)) ((6 offset)))
mem: ((12 boolean)) => nil
run: strcat/main 20: (((10 byte-address)) <- ((index-address)) ((6 string-address) (deref)) ((7 integer)))
mem: ((7 integer)) => 11
array-len: ((1046 string) (raw))
mem: ((1046 integer) (raw)) => 13
run: strcat/main 20: 1058 => ((10 byte-address))
mem: ((10 byte-address)): 1026 <= 1058
run: strcat/main 21: (((11 byte)) <- ((index)) ((3 string-address) (deref)) ((8 integer)))
mem: ((8 integer)) => 5
array-len: ((1007 string) (raw))
mem: ((1007 integer) (raw)) => 7
mem: ((1013 byte) (raw)) => d
run: strcat/main 21: #\d => ((11 byte))
mem: ((11 byte)): 1027 <= #\d
run: strcat/main 22: (((10 byte-address) (deref)) <- ((copy)) ((11 byte)))
mem: ((11 byte)) => d
run: strcat/main 22: #\d => ((10 byte-address) (deref))
mem: ((10 byte-address) (deref)): 1058 <= #\d
run: strcat/main 23: (((8 integer)) <- ((add)) ((8 integer)) ((1 literal)))
mem: ((8 integer)) => 5
run: strcat/main 23: 6 => ((8 integer))
mem: ((8 integer)): 1024 <= 6
run: strcat/main 24: (((7 integer)) <- ((add)) ((7 integer)) ((1 literal)))
mem: ((7 integer)) => 11
run: strcat/main 24: 12 => ((7 integer))
mem: ((7 integer)): 1023 <= 12
run: strcat/main 25: (((jump)) ((-8 offset)))
run: strcat/main 18: (((12 boolean)) <- ((greater-or-equal)) ((8 integer)) ((4 integer)))
mem: ((8 integer)) => 6
mem: ((4 integer)) => 7
run: strcat/main 18: nil => ((12 boolean))
mem: ((12 boolean)): 1028 <= nil
run: strcat/main 19: (((jump-if)) ((12 boolean)) ((6 offset)))
mem: ((12 boolean)) => nil
run: strcat/main 20: (((10 byte-address)) <- ((index-address)) ((6 string-address) (deref)) ((7 integer)))
mem: ((7 integer)) => 12
array-len: ((1046 string) (raw))
mem: ((1046 integer) (raw)) => 13
run: strcat/main 20: 1059 => ((10 byte-address))
mem: ((10 byte-address)): 1026 <= 1059
run: strcat/main 21: (((11 byte)) <- ((index)) ((3 string-address) (deref)) ((8 integer)))
mem: ((8 integer)) => 6
array-len: ((1007 string) (raw))
mem: ((1007 integer) (raw)) => 7
mem: ((1014 byte) (raw)) => !
run: strcat/main 21: #\! => ((11 byte))
mem: ((11 byte)): 1027 <= #\!
run: strcat/main 22: (((10 byte-address) (deref)) <- ((copy)) ((11 byte)))
mem: ((11 byte)) => !
run: strcat/main 22: #\! => ((10 byte-address) (deref))
mem: ((10 byte-address) (deref)): 1059 <= #\!
run: strcat/main 23: (((8 integer)) <- ((add)) ((8 integer)) ((1 literal)))
mem: ((8 integer)) => 6
run: strcat/main 23: 7 => ((8 integer))
mem: ((8 integer)): 1024 <= 7
run: strcat/main 24: (((7 integer)) <- ((add)) ((7 integer)) ((1 literal)))
mem: ((7 integer)) => 12
run: strcat/main 24: 13 => ((7 integer))
mem: ((7 integer)): 1023 <= 13
run: strcat/main 25: (((jump)) ((-8 offset)))
run: strcat/main 18: (((12 boolean)) <- ((greater-or-equal)) ((8 integer)) ((4 integer)))
mem: ((8 integer)) => 7
mem: ((4 integer)) => 7
run: strcat/main 18: t => ((12 boolean))
mem: ((12 boolean)): 1028 <= t
run: strcat/main 19: (((jump-if)) ((12 boolean)) ((6 offset)))
mem: ((12 boolean)) => t
run: strcat/main 26: (((reply)) ((6 string-address)))
mem: ((6 string-address)) => 1046
run: main 2: 1046 => ((3 string-address))
mem: ((3 string-address)): 3 <= 1046
schedule: done with routine nil