about summary refs log tree commit diff stats
path: root/html/apps/dquotes.subx.html
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-09-01 23:57:29 -0700
committerKartik Agaram <vc@akkartik.com>2019-09-01 23:57:29 -0700
commit604c8315bd7251daa898dd646cb8595f3700ed21 (patch)
treecb8709650e2a4b5889de02cfd684d022cb10310e /html/apps/dquotes.subx.html
parent7a81a4505cb98e4e07e2201f3846c5a81a7785ec (diff)
downloadmu-604c8315bd7251daa898dd646cb8595f3700ed21.tar.gz
5607
Diffstat (limited to 'html/apps/dquotes.subx.html')
-rw-r--r--html/apps/dquotes.subx.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/html/apps/dquotes.subx.html b/html/apps/dquotes.subx.html
index b74502a2..34dbe1ff 100644
--- a/html/apps/dquotes.subx.html
+++ b/html/apps/dquotes.subx.html
@@ -114,7 +114,7 @@ if ('onhashchange' in window) {
 <span id="L51" class="LineNr">  51 </span>    74/jump-if-equal  $run-main/disp8
 <span id="L52" class="LineNr">  52 </span>    <span class="subxComment"># run-tests()</span>
 <span id="L53" class="LineNr">  53 </span>    e8/call  run-tests/disp32
-<span id="L54" class="LineNr">  54 </span>    <span class="subxComment"># return *Num-test-failures</span>
+<span id="L54" class="LineNr">  54 </span>    <span class="subxComment"># syscall(exit, *Num-test-failures)</span>
 <span id="L55" class="LineNr">  55 </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="L56" class="LineNr">  56 </span>    eb/jump  $main:end/disp8
 <span id="L57" class="LineNr">  57 </span><span class="Constant">$run-main</span>:
@@ -125,7 +125,7 @@ if ('onhashchange' in window) {
 <span id="L62" class="LineNr">  62 </span>    <span class="subxComment"># configure ed to really exit()</span>
 <span id="L63" class="LineNr">  63 </span>    <span class="subxS1Comment"># . ed-&gt;target = 0</span>
 <span id="L64" class="LineNr">  64 </span>    c7          0/subop/copy        0/mod/direct    0/rm32/eax   <span class="Normal"> . </span>         <span class="Normal"> . </span>           <span class="Normal"> . </span>         <span class="Normal"> . </span>         <span class="Normal"> . </span>              0/imm32           <span class="subxComment"># copy to *eax</span>
-<span id="L65" class="LineNr">  65 </span>    <span class="subxComment"># return convert(Stdin, 1/stdout, 2/stderr, ed)</span>
+<span id="L65" class="LineNr">  65 </span>    <span class="subxComment"># convert(Stdin, 1/stdout, 2/stderr, ed)</span>
 <span id="L66" class="LineNr">  66 </span>    <span class="subxS2Comment"># . . push args</span>
 <span id="L67" class="LineNr">  67 </span>    50/push-eax/ed
 <span id="L68" class="LineNr">  68 </span>    68/push  <span class="SpecialChar"><a href='../065write-buffered.subx.html#L213'>Stderr</a></span>/imm32
@@ -135,7 +135,7 @@ if ('onhashchange' in window) {
 <span id="L72" class="LineNr">  72 </span>    e8/call  <a href='dquotes.subx.html#L85'>convert</a>/disp32
 <span id="L73" class="LineNr">  73 </span>    <span class="subxS2Comment"># . . discard args</span>
 <span id="L74" class="LineNr">  74 </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="L75" class="LineNr">  75 </span>    <span class="subxS1Comment"># . syscall(exit, 0)</span>
+<span id="L75" class="LineNr">  75 </span>    <span class="subxComment"># syscall(exit, 0)</span>
 <span id="L76" class="LineNr">  76 </span>    bb/copy-to-ebx  0/imm32
 <span id="L77" class="LineNr">  77 </span><span class="Constant">$main:end</span>:
 <span id="L78" class="LineNr">  78 </span>    b8/copy-to-eax  1/imm32/exit
id='n272' href='#n272'>272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397