about summary refs log tree commit diff stats
path: root/html/subx/061error.subx.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/subx/061error.subx.html')
-rw-r--r--html/subx/061error.subx.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/html/subx/061error.subx.html b/html/subx/061error.subx.html
index a3f9c0da..e22783a5 100644
--- a/html/subx/061error.subx.html
+++ b/html/subx/061error.subx.html
@@ -67,7 +67,7 @@ if ('onhashchange' in window) {
 <span id="L8" class="LineNr"> 8 </span><span class="subxComment"># main:</span>
 <span id="L9" class="LineNr"> 9 </span>    e8/call  run-tests/disp32  <span class="subxComment"># 'run-tests' is a function created automatically by SubX. It calls all functions that start with 'test-'.</span>
 <span id="L10" class="LineNr">10 </span>    <span class="subxComment"># syscall(exit, Num-test-failures)</span>
-<span id="L11" class="LineNr">11 </span>    8b/copy                         0/mod/indirect  5/rm32/.disp32           <span class="Normal"> . </span>           <span class="Normal"> . </span>          3/r32/EBX   <span class="SpecialChar"><a href='051test.subx.html#L87'>Num-test-failures</a></span>/disp32          <span class="subxComment"># copy *Num-test-failures to EBX</span>
+<span id="L11" class="LineNr">11 </span>    8b/copy                         0/mod/indirect  5/rm32/.disp32           <span class="Normal"> . </span>           <span class="Normal"> . </span>          3/r32/EBX   <span class="SpecialChar"><a href='051test.subx.html#L90'>Num-test-failures</a></span>/disp32          <span class="subxComment"># copy *Num-test-failures to EBX</span>
 <span id="L12" class="LineNr">12 </span>    b8/copy-to-EAX  1/imm32/exit
 <span id="L13" class="LineNr">13 </span>    cd/syscall  0x80/imm8
 <span id="L14" class="LineNr">14 </span>
@@ -94,7 +94,7 @@ if ('onhashchange' in window) {
 <span id="L35" class="LineNr">35 </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="L36" class="LineNr">36 </span>    <span class="subxComment"># write(out, Newline)</span>
 <span id="L37" class="LineNr">37 </span>    <span class="subxS2Comment"># . . push args</span>
-<span id="L38" class="LineNr">38 </span>    68/push  <span class="SpecialChar"><a href='051test.subx.html#L81'>Newline</a></span>/imm32
+<span id="L38" class="LineNr">38 </span>    68/push  <span class="SpecialChar"><a href='051test.subx.html#L83'>Newline</a></span>/imm32
 <span id="L39" class="LineNr">39 </span>    ff          6/subop/push        1/mod/*+disp8   5/rm32/EBP   <span class="Normal"> . </span>         <span class="Normal"> . </span>           <span class="Normal"> . </span>         <span class="Normal"> . </span>          0xc/disp8      <span class="Normal"> . </span>                <span class="subxComment"># push *(EBP+12)</span>
 <span id="L40" class="LineNr">40 </span>    <span class="subxS2Comment"># . . call</span>
 <span id="L41" class="LineNr">41 </span>    e8/call  <a href='056write.subx.html#L31'>write</a>/disp32
ef='#n14'>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