about summary refs log tree commit diff stats
path: root/html/068error-byte.subx.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/068error-byte.subx.html')
-rw-r--r--html/068error-byte.subx.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/html/068error-byte.subx.html b/html/068error-byte.subx.html
index 578555da..4ef793ac 100644
--- a/html/068error-byte.subx.html
+++ b/html/068error-byte.subx.html
@@ -66,7 +66,7 @@ if ('onhashchange' in window) {
 <span id="L6" class="LineNr"> 6 </span><span class="subxS1Comment"># . 1-3 bytes   3 bits              2 bits          3 bits        3 bits      3 bits        2 bits      2 bits      0/1/2/4 bytes   0/1/2/4 bytes</span>
 <span id="L7" class="LineNr"> 7 </span>
 <span id="L8" class="LineNr"> 8 </span><span class="CommentedCode">#? Entry:  # manual test</span>
-<span id="L9" class="LineNr"> 9 </span><span class="CommentedCode">#?     # . var ed/eax : exit-descriptor</span>
+<span id="L9" class="LineNr"> 9 </span><span class="CommentedCode">#?     # . var ed/eax: exit-descriptor</span>
 <span id="L10" class="LineNr">10 </span><span class="CommentedCode">#?     81          5/subop/subtract    3/mod/direct    4/rm32/esp    .           .             .           .           .               8/imm32           # subtract from esp</span>
 <span id="L11" class="LineNr">11 </span><span class="CommentedCode">#?     89/copy                         3/mod/direct    0/rm32/eax    .           .             .           4/r32/esp   .               .                 # copy esp to eax</span>
 <span id="L12" class="LineNr">12 </span><span class="CommentedCode">#?     # . configure ed to really exit()</span>
@@ -84,7 +84,7 @@ if ('onhashchange' in window) {
 <span id="L24" class="LineNr">24 </span><span class="CommentedCode">#?     cd/syscall  0x80/imm8</span>
 <span id="L25" class="LineNr">25 </span>
 <span id="L26" class="LineNr">26 </span><span class="subxComment"># write(out, &quot;Error: &quot;+msg+&quot;: &quot;+byte) then stop(ed, 1)</span>
-<span id="L27" class="LineNr">27 </span><span class="subxFunction">error-byte</span>:  <span class="subxComment"># ed : (addr exit-descriptor), out : (addr buffered-file), msg : (addr array byte), n : byte</span>
+<span id="L27" class="LineNr">27 </span><span class="subxFunction">error-byte</span>:  <span class="subxComment"># ed: (addr exit-descriptor), out: (addr buffered-file), msg: (addr array byte), n: byte</span>
 <span id="L28" class="LineNr">28 </span>    <span class="subxS1Comment"># . prologue</span>
 <span id="L29" class="LineNr">29 </span>    55/push-ebp
 <span id="L30" class="LineNr">30 </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>
99' href='#n199'>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 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275