about summary refs log tree commit diff stats
path: root/html/074write-stream-data.subx.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/074write-stream-data.subx.html')
-rw-r--r--html/074write-stream-data.subx.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/html/074write-stream-data.subx.html b/html/074write-stream-data.subx.html
index f655ab75..fcc2f27f 100644
--- a/html/074write-stream-data.subx.html
+++ b/html/074write-stream-data.subx.html
@@ -67,8 +67,8 @@ if ('onhashchange' in window) {
 <span id="L8" class="LineNr">  8 </span><span class="subxComment">#   - construct a 'maximal slice' and pass it to write-slice-buffered</span>
 <span id="L9" class="LineNr">  9 </span><span class="subxComment">#   - flush the buffered-file and pass the stream directly to its fd (disabling buffering)</span>
 <span id="L10" class="LineNr"> 10 </span><span class="subxComment"># we'll go with the first way for now</span>
-<span id="L11" class="LineNr"> 11 </span><span class="subxFunction">write-stream-data</span>:  <span class="subxComment"># f : (address buffered-file), s : (address stream) -&gt; &lt;void&gt;</span>
-<span id="L12" class="LineNr"> 12 </span>    <span class="subxS1Comment"># . prolog</span>
+<span id="L11" class="LineNr"> 11 </span><span class="subxFunction">write-stream-data</span>:  <span class="subxComment"># f : (address buffered-file), s : (address stream)</span>
+<span id="L12" class="LineNr"> 12 </span>    <span class="subxS1Comment"># . prologue</span>
 <span id="L13" class="LineNr"> 13 </span>    55/push-ebp
 <span id="L14" class="LineNr"> 14 </span>    89/copy                         3/mod/direct    5/rm32/ebp   <span class="Normal"> . </span>         <span class="Normal"> . </span>           <span class="Normal"> . </span>          4/r32/esp  <span class="Normal"> . </span>             <span class="Normal"> . </span>                <span class="subxComment"># copy esp to ebp</span>
 <span id="L15" class="LineNr"> 15 </span>    <span class="subxS1Comment"># . save registers</span>
@@ -102,13 +102,13 @@ if ('onhashchange' in window) {
 <span id="L43" class="LineNr"> 43 </span>    5e/pop-to-esi
 <span id="L44" class="LineNr"> 44 </span>    59/pop-to-ecx
 <span id="L45" class="LineNr"> 45 </span>    58/pop-to-eax
-<span id="L46" class="LineNr"> 46 </span>    <span class="subxS1Comment"># . epilog</span>
+<span id="L46" class="LineNr"> 46 </span>    <span class="subxS1Comment"># . epilogue</span>
 <span id="L47" class="LineNr"> 47 </span>    89/copy                         3/mod/direct    4/rm32/esp   <span class="Normal"> . </span>         <span class="Normal"> . </span>           <span class="Normal"> . </span>          5/r32/ebp  <span class="Normal"> . </span>             <span class="Normal"> . </span>                <span class="subxComment"># copy ebp to esp</span>
 <span id="L48" class="LineNr"> 48 </span>    5d/pop-to-ebp
 <span id="L49" class="LineNr"> 49 </span>    c3/return
 <span id="L50" class="LineNr"> 50 </span>
 <span id="L51" class="LineNr"> 51 </span><span class="subxTest">test-write-stream-data</span>:
-<span id="L52" class="LineNr"> 52 </span>    <span class="subxS1Comment"># . prolog</span>
+<span id="L52" class="LineNr"> 52 </span>    <span class="subxS1Comment"># . prologue</span>
 <span id="L53" class="LineNr"> 53 </span>    55/push-ebp
 <span id="L54" class="LineNr"> 54 </span>    89/copy                         3/mod/direct    5/rm32/ebp   <span class="Normal"> . </span>         <span class="Normal"> . </span>           <span class="Normal"> . </span>          4/r32/esp  <span class="Normal"> . </span>             <span class="Normal"> . </span>                <span class="subxComment"># copy esp to ebp</span>
 <span id="L55" class="LineNr"> 55 </span>    <span class="subxComment"># setup</span>
@@ -169,7 +169,7 @@ if ('onhashchange' in window) {
 <span id="L110" class="LineNr">110 </span>    e8/call  <a href='058stream-equal.subx.html#L193'>check-stream-equal</a>/disp32
 <span id="L111" class="LineNr">111 </span>    <span class="subxS2Comment"># . . discard args</span>
 <span id="L112" class="LineNr">112 </span>    81          0/subop/add         3/mod/direct    4/rm32/esp   <span class="Normal"> . </span>         <span class="Normal"> . </span>           <span class="Normal"> . </span>         <span class="Normal"> . </span>         <span class="Normal"> . </span>              0xc/imm32         <span class="subxComment"># add to esp</span>
-<span id="L113" class="LineNr">113 </span>    <span class="subxS1Comment"># . epilog</span>
+<span id="L113" class="LineNr">113 </span>    <span class="subxS1Comment"># . epilogue</span>
 <span id="L114" class="LineNr">114 </span>    89/copy                         3/mod/direct    4/rm32/esp   <span class="Normal"> . </span>         <span class="Normal"> . </span>           <span class="Normal"> . </span>          5/r32/ebp  <span class="Normal"> . </span>             <span class="Normal"> . </span>                <span class="subxComment"># copy ebp to esp</span>
 <span id="L115" class="LineNr">115 </span>    5d/pop-to-ebp
 <span id="L116" class="LineNr">116 </span>    c3/return
a>
5029dac2 ^
7ecfd5eb ^




5029dac2 ^

7ecfd5eb ^
5029dac2 ^


7ecfd5eb ^
5029dac2 ^
































7ecfd5eb ^
5029dac2 ^









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