diff options
author | Kartik Agaram <vc@akkartik.com> | 2020-02-09 20:49:38 -0800 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2020-02-09 20:49:38 -0800 |
commit | 3dad94263f9b5bcbed576d27f61714100fbfae18 (patch) | |
tree | 5ecbd72638fe27517c21f99ad3f2e430b84d843a /html/apps/calls.subx.html | |
parent | 2c966386d1734cce9f27ef8054e41433cab16da4 (diff) | |
download | mu-3dad94263f9b5bcbed576d27f61714100fbfae18.tar.gz |
6001
Diffstat (limited to 'html/apps/calls.subx.html')
-rw-r--r-- | html/apps/calls.subx.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/html/apps/calls.subx.html b/html/apps/calls.subx.html index e23c2d8b..50e2d54f 100644 --- a/html/apps/calls.subx.html +++ b/html/apps/calls.subx.html @@ -605,7 +605,7 @@ if ('onhashchange' in window) { <span id="L583" class="LineNr"> 583 </span> 81 0/subop/add %esp 8/imm32 <span id="L584" class="LineNr"> 584 </span> <span class="subxComment"># subx-calls(_test-input-buffered-file, _test-output-buffered-file)</span> <span id="L585" class="LineNr"> 585 </span> <span class="subxS2Comment"># . . push args</span> -<span id="L586" class="LineNr"> 586 </span> 68/push <a href='../064write-byte.subx.html#L328'>_test-output-buffered-file</a>/imm32 +<span id="L586" class="LineNr"> 586 </span> 68/push <a href='../064write-byte.subx.html#L360'>_test-output-buffered-file</a>/imm32 <span id="L587" class="LineNr"> 587 </span> 68/push <a href='../061read-byte.subx.html#L313'>_test-input-buffered-file</a>/imm32 <span id="L588" class="LineNr"> 588 </span> <span class="subxS2Comment"># . . call</span> <span id="L589" class="LineNr"> 589 </span> e8/call <a href='calls.subx.html#L78'>subx-calls</a>/disp32 @@ -614,7 +614,7 @@ if ('onhashchange' in window) { <span id="L592" class="LineNr"> 592 </span> <span class="subxComment"># check that the line just passed through</span> <span id="L593" class="LineNr"> 593 </span> <span class="subxS1Comment"># . flush(_test-output-buffered-file)</span> <span id="L594" class="LineNr"> 594 </span> <span class="subxS2Comment"># . . push args</span> -<span id="L595" class="LineNr"> 595 </span> 68/push <a href='../064write-byte.subx.html#L328'>_test-output-buffered-file</a>/imm32 +<span id="L595" class="LineNr"> 595 </span> 68/push <a href='../064write-byte.subx.html#L360'>_test-output-buffered-file</a>/imm32 <span id="L596" class="LineNr"> 596 </span> <span class="subxS2Comment"># . . call</span> <span id="L597" class="LineNr"> 597 </span> e8/call <a href='../064write-byte.subx.html#L81'>flush</a>/disp32 <span id="L598" class="LineNr"> 598 </span> <span class="subxS2Comment"># . . discard args</span> @@ -676,7 +676,7 @@ if ('onhashchange' in window) { <span id="L654" class="LineNr"> 654 </span> 81 0/subop/add %esp 8/imm32 <span id="L655" class="LineNr"> 655 </span> <span class="subxComment"># subx-calls(_test-input-buffered-file, _test-output-buffered-file)</span> <span id="L656" class="LineNr"> 656 </span> <span class="subxS2Comment"># . . push args</span> -<span id="L657" class="LineNr"> 657 </span> 68/push <a href='../064write-byte.subx.html#L328'>_test-output-buffered-file</a>/imm32 +<span id="L657" class="LineNr"> 657 </span> 68/push <a href='../064write-byte.subx.html#L360'>_test-output-buffered-file</a>/imm32 <span id="L658" class="LineNr"> 658 </span> 68/push <a href='../061read-byte.subx.html#L313'>_test-input-buffered-file</a>/imm32 <span id="L659" class="LineNr"> 659 </span> <span class="subxS2Comment"># . . call</span> <span id="L660" class="LineNr"> 660 </span> e8/call <a href='calls.subx.html#L78'>subx-calls</a>/disp32 @@ -685,7 +685,7 @@ if ('onhashchange' in window) { <span id="L663" class="LineNr"> 663 </span> <span class="subxComment"># check that the line just passed through</span> <span id="L664" class="LineNr"> 664 </span> <span class="subxS1Comment"># . flush(_test-output-buffered-file)</span> <span id="L665" class="LineNr"> 665 </span> <span class="subxS2Comment"># . . push args</span> -<span id="L666" class="LineNr"> 666 </span> 68/push <a href='../064write-byte.subx.html#L328'>_test-output-buffered-file</a>/imm32 +<span id="L666" class="LineNr"> 666 </span> 68/push <a href='../064write-byte.subx.html#L360'>_test-output-buffered-file</a>/imm32 <span id="L667" class="LineNr"> 667 </span> <span class="subxS2Comment"># . . call</span> <span id="L668" class="LineNr"> 668 </span> e8/call <a href='../064write-byte.subx.html#L81'>flush</a>/disp32 <span id="L669" class="LineNr"> 669 </span> <span class="subxS2Comment"># . . discard args</span> |