about summary refs log tree commit diff stats
path: root/html/062write-stream.subx.html
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-01-12 12:15:55 -0800
committerKartik Agaram <vc@akkartik.com>2020-01-12 14:52:07 -0800
commitfa786ea791469364d635b6a5eb877b0c4e3333ce (patch)
tree090da2376f69341f9038e182ccf14c6a1cf91b9f /html/062write-stream.subx.html
parentf1eade728695ed3f52ae4e13f0a91dfe769e8567 (diff)
downloadmu-fa786ea791469364d635b6a5eb877b0c4e3333ce.tar.gz
5884
Diffstat (limited to 'html/062write-stream.subx.html')
-rw-r--r--html/062write-stream.subx.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/html/062write-stream.subx.html b/html/062write-stream.subx.html
index 36a31115..2b32ebc1 100644
--- a/html/062write-stream.subx.html
+++ b/html/062write-stream.subx.html
@@ -119,7 +119,7 @@ if ('onhashchange' in window) {
 <span id="L58" class="LineNr"> 58 </span>    8d/copy-address                 1/mod/*+disp8   4/rm32/sib    7/base/edi  0/index/eax  <span class="Normal"> . </span>          0/r32/eax   0xc/disp8      <span class="Normal"> . </span>                <span class="subxComment"># copy edi+eax+12 to eax</span>
 <span id="L59" class="LineNr"> 59 </span>    50/push-eax
 <span id="L60" class="LineNr"> 60 </span>    <span class="subxS2Comment"># . . call</span>
-<span id="L61" class="LineNr"> 61 </span>    e8/call  <a href='056trace.subx.html#L893'>_append-4</a>/disp32
+<span id="L61" class="LineNr"> 61 </span>    e8/call  <a href='056trace.subx.html#L897'>_append-4</a>/disp32
 <span id="L62" class="LineNr"> 62 </span>    <span class="subxS2Comment"># . . discard args</span>
 <span id="L63" class="LineNr"> 63 </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>              0x10/imm32        <span class="subxComment"># add to esp</span>
 <span id="L64" class="LineNr"> 64 </span>    <span class="subxComment"># f-&gt;write += eax</span>
@@ -186,7 +186,7 @@ if ('onhashchange' in window) {
 <span id="L125" class="LineNr">125 </span>    68/push  <span class="Constant">&quot;_write-stream: failed to <a href='057write.subx.html#L24'>write</a> to file\n&quot;</span>/imm32
 <span id="L126" class="LineNr">126 </span>    68/push  2/imm32/stderr
 <span id="L127" class="LineNr">127 </span>    <span class="subxS2Comment"># . . call</span>
-<span id="L128" class="LineNr">128 </span>    e8/call  <a href='050_write.subx.html#L37'>_write</a>/disp32
+<span id="L128" class="LineNr">128 </span>    e8/call  <a href='050_write.subx.html#L14'>_write</a>/disp32
 <span id="L129" class="LineNr">129 </span>    <span class="subxS2Comment"># . . discard args</span>
 <span id="L130" class="LineNr">130 </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>              8/imm32           <span class="subxComment"># add to esp</span>
 <span id="L131" class="LineNr">131 </span>    <span class="subxS1Comment"># . syscall(exit, 1)</span>
@@ -303,7 +303,7 @@ if ('onhashchange' in window) {
 <span id="L242" class="LineNr">242 </span>
 <span id="L243" class="LineNr">243 </span>== data
 <span id="L244" class="LineNr">244 </span>
-<span id="L245" class="LineNr">245 </span><span class="subxMinorFunction">_test-stream2</span>:  <span class="subxComment"># (ref stream byte)</span>
+<span id="L245" class="LineNr">245 </span><span class="subxMinorFunction">_test-stream2</span>:  <span class="subxComment"># (stream byte)</span>
 <span id="L246" class="LineNr">246 </span>    <span class="subxComment"># current write index</span>
 <span id="L247" class="LineNr">247 </span>    4/imm32
 <span id="L248" class="LineNr">248 </span>    <span class="subxComment"># current read index</span>
d187b0238bd893b142c7dd34'>d822d111 ^
3cc643be ^
d822d111 ^


1baa04db ^

3cc643be ^
d9ee2076 ^
7e977235 ^
4ba60f35 ^
eb917331 ^
1baa04db ^

3cc643be ^
1baa04db ^

3cc643be ^

1baa04db ^
3cc643be ^





1baa04db ^
3cc643be ^
61c021fd ^
3cc643be ^





61c021fd ^
3cc643be ^
61c021fd ^
3cc643be ^





61c021fd ^
3cc643be ^
61c021fd ^
3cc643be ^



445bc53e ^

61c021fd ^
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