about summary refs log tree commit diff stats
path: root/apps
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-06-29 18:31:17 -0700
committerKartik Agaram <vc@akkartik.com>2020-06-29 18:31:17 -0700
commit1afc882890399d70926a09036f4e66c33b3972cc (patch)
treec1e6638aea966b49d5d355fc55acca64e63a55b1 /apps
parent690fa191f1533379a21ae9f0253f80068ad1a800 (diff)
downloadmu-1afc882890399d70926a09036f4e66c33b3972cc.tar.gz
6596
Diffstat (limited to 'apps')
-rwxr-xr-xapps/assortbin44400 -> 44400 bytes
-rwxr-xr-xapps/bracesbin46263 -> 46263 bytes
-rwxr-xr-xapps/callsbin50910 -> 50910 bytes
-rwxr-xr-xapps/crenshaw2-1bin43741 -> 43741 bytes
-rwxr-xr-xapps/crenshaw2-1bbin44288 -> 44288 bytes
-rwxr-xr-xapps/dquotesbin48022 -> 48022 bytes
-rw-r--r--apps/dquotes.subx8
-rwxr-xr-xapps/factorialbin42844 -> 42844 bytes
-rw-r--r--apps/factorial.subx4
-rwxr-xr-xapps/hexbin46580 -> 46580 bytes
-rwxr-xr-xapps/mubin341142 -> 341142 bytes
-rwxr-xr-xapps/packbin56979 -> 56979 bytes
-rwxr-xr-xapps/sigilsbin58632 -> 58632 bytes
-rwxr-xr-xapps/surveybin54332 -> 54332 bytes
-rwxr-xr-xapps/testsbin43172 -> 43172 bytes
15 files changed, 6 insertions, 6 deletions
diff --git a/apps/assort b/apps/assort
index 3fa8621a..f57b0183 100755
--- a/apps/assort
+++ b/apps/assort
Binary files differdiff --git a/apps/braces b/apps/braces
index a3946a73..46af2437 100755
--- a/apps/braces
+++ b/apps/braces
Binary files differdiff --git a/apps/calls b/apps/calls
index d8795c37..5adaaa4f 100755
--- a/apps/calls
+++ b/apps/calls
Binary files differdiff --git a/apps/crenshaw2-1 b/apps/crenshaw2-1
index 001c6697..00cb2e16 100755
--- a/apps/crenshaw2-1
+++ b/apps/crenshaw2-1
Binary files differdiff --git a/apps/crenshaw2-1b b/apps/crenshaw2-1b
index 7f0877ea..f9aa2c32 100755
--- a/apps/crenshaw2-1b
+++ b/apps/crenshaw2-1b
Binary files differdiff --git a/apps/dquotes b/apps/dquotes
index e9c0927e..6710aafc 100755
--- a/apps/dquotes
+++ b/apps/dquotes
Binary files differdiff --git a/apps/dquotes.subx b/apps/dquotes.subx
index ba8d3ee0..db93830a 100644
--- a/apps/dquotes.subx
+++ b/apps/dquotes.subx
@@ -329,12 +329,12 @@ process-string-literal:  # string-literal: (addr slice), out: (addr buffered-fil
     e8/call  write/disp32
     # . . discard args
     81          0/subop/add         3/mod/direct    4/rm32/esp    .           .             .           .           .               8/imm32           # add to esp
-    # . print-int32-decimal(out-segment, *Next-string-literal)
+    # . write-int32-decimal(out-segment, *Next-string-literal)
     # . . push args
     ff          6/subop/push        0/mod/indirect  5/rm32/.disp32            .             .           .           Next-string-literal/disp32        # push *Next-string-literal
     ff          6/subop/push        1/mod/*+disp8   5/rm32/ebp    .           .             .           .           0x10/disp8      .                 # push *(ebp+16)
     # . . call
-    e8/call  print-int32-decimal/disp32
+    e8/call  write-int32-decimal/disp32
     # . . discard args
     81          0/subop/add         3/mod/direct    4/rm32/esp    .           .             .           .           .               8/imm32           # add to esp
     # . write(out-segment, ":\n")
@@ -370,12 +370,12 @@ process-string-literal:  # string-literal: (addr slice), out: (addr buffered-fil
     e8/call  write-buffered/disp32
     # . . discard args
     81          0/subop/add         3/mod/direct    4/rm32/esp    .           .             .           .           .               8/imm32           # add to esp
-    # . print-int32-decimal(int32-stream, *Next-string-literal)
+    # . write-int32-decimal(int32-stream, *Next-string-literal)
     # . . push args
     ff          6/subop/push        0/mod/indirect  5/rm32/.disp32            .             .           .           Next-string-literal/disp32        # push *Next-string-literal
     51/push-ecx
     # . . call
-    e8/call  print-int32-decimal/disp32
+    e8/call  write-int32-decimal/disp32
     # . . discard args
     81          0/subop/add         3/mod/direct    4/rm32/esp    .           .             .           .           .               8/imm32           # add to esp
     # . write-stream-data(out, int32-stream)
diff --git a/apps/factorial b/apps/factorial
index 189effed..75195683 100755
--- a/apps/factorial
+++ b/apps/factorial
Binary files differdiff --git a/apps/factorial.subx b/apps/factorial.subx
index d5882887..74e4dd6d 100644
--- a/apps/factorial.subx
+++ b/apps/factorial.subx
@@ -68,12 +68,12 @@ $run-main:
     68/push  0/imm32/read
     68/push  0/imm32/write
     89/copy                         3/mod/direct    1/rm32/ecx    .           .             .           4/r32/esp   .               .                 # copy esp to ecx
-    # print-int32-decimal(buffer, eax)
+    # write-int32-decimal(buffer, eax)
     # . . push args
     50/push-eax
     51/push-ecx
     # . . call
-    e8/call  print-int32-decimal/disp32
+    e8/call  write-int32-decimal/disp32
     # . . discard args
     81          0/subop/add         3/mod/direct    4/rm32/esp    .           .             .           .           .               8/imm32           # add to esp
     # write-stream(stderr, buffer)
diff --git a/apps/hex b/apps/hex
index 6f01b512..c904d808 100755
--- a/apps/hex
+++ b/apps/hex
Binary files differdiff --git a/apps/mu b/apps/mu
index 54f8ac5d..1f9f76ab 100755
--- a/apps/mu
+++ b/apps/mu
Binary files differdiff --git a/apps/pack b/apps/pack
index 01e54834..8819e5dc 100755
--- a/apps/pack
+++ b/apps/pack
Binary files differdiff --git a/apps/sigils b/apps/sigils
index 540e7081..e897306a 100755
--- a/apps/sigils
+++ b/apps/sigils
Binary files differdiff --git a/apps/survey b/apps/survey
index 293afa0c..4226811f 100755
--- a/apps/survey
+++ b/apps/survey
Binary files differdiff --git a/apps/tests b/apps/tests
index ac8d193f..9e93e6a3 100755
--- a/apps/tests
+++ b/apps/tests
Binary files differ
ik/mu/commit/083subx-widths.subx?h=hlt&id=fd91f7f61bfa84cbc24590d5394d75891cc1cfcc'>fd91f7f6 ^
7a583220 ^
fd91f7f6 ^
























































































































7a583220 ^
fd91f7f6 ^




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