about summary refs log tree commit diff stats
path: root/html/111read.subx.html
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-11-02 21:24:53 -0800
committerKartik Agaram <vc@akkartik.com>2020-11-02 21:24:53 -0800
commit3d1c4216ede8c628558c9fe700fb2be1aa08b473 (patch)
tree9d566827573d2b329a4872762c025a646fe2729d /html/111read.subx.html
parent571ad49190f17272bd7665ba09b5f14c86b1e649 (diff)
downloadmu-3d1c4216ede8c628558c9fe700fb2be1aa08b473.tar.gz
7162
Diffstat (limited to 'html/111read.subx.html')
-rw-r--r--html/111read.subx.html24
1 files changed, 12 insertions, 12 deletions
diff --git a/html/111read.subx.html b/html/111read.subx.html
index 01b55da6..e1c1307e 100644
--- a/html/111read.subx.html
+++ b/html/111read.subx.html
@@ -320,7 +320,7 @@ if ('onhashchange' in window) {
 <span id="L259" class="LineNr">259 </span>    <span class="subxH1Comment"># - write a single character into _test-stream, then read from it</span>
 <span id="L260" class="LineNr">260 </span>    <span class="subxComment"># clear-stream(_test-stream)</span>
 <span id="L261" class="LineNr">261 </span>    <span class="subxS2Comment"># . . push args</span>
-<span id="L262" class="LineNr">262 </span>    68/push  <a href='108write.subx.html#L148'>_test-stream</a>/imm32
+<span id="L262" class="LineNr">262 </span>    68/push  <a href='108write.subx.html#L151'>_test-stream</a>/imm32
 <span id="L263" class="LineNr">263 </span>    <span class="subxS2Comment"># . . call</span>
 <span id="L264" class="LineNr">264 </span>    e8/call  <a href='106stream.subx.html#L17'>clear-stream</a>/disp32
 <span id="L265" class="LineNr">265 </span>    <span class="subxS2Comment"># . . discard args</span>
@@ -335,7 +335,7 @@ if ('onhashchange' in window) {
 <span id="L274" class="LineNr">274 </span>    <span class="subxComment"># write(_test-stream, &quot;Ab&quot;)</span>
 <span id="L275" class="LineNr">275 </span>    <span class="subxS2Comment"># . . push args</span>
 <span id="L276" class="LineNr">276 </span>    68/push  <span class="Constant">&quot;Ab&quot;</span>/imm32
-<span id="L277" class="LineNr">277 </span>    68/push  <a href='108write.subx.html#L148'>_test-stream</a>/imm32
+<span id="L277" class="LineNr">277 </span>    68/push  <a href='108write.subx.html#L151'>_test-stream</a>/imm32
 <span id="L278" class="LineNr">278 </span>    <span class="subxS2Comment"># . . call</span>
 <span id="L279" class="LineNr">279 </span>    e8/call  <a href='108write.subx.html#L24'>write</a>/disp32
 <span id="L280" class="LineNr">280 </span>    <span class="subxS2Comment"># . . discard args</span>
@@ -343,7 +343,7 @@ if ('onhashchange' in window) {
 <span id="L282" class="LineNr">282 </span>    <span class="subxComment"># eax = read(_test-stream, _test-tmp-stream)</span>
 <span id="L283" class="LineNr">283 </span>    <span class="subxS2Comment"># . . push args</span>
 <span id="L284" class="LineNr">284 </span>    68/push  <a href='111read.subx.html#L428'>_test-tmp-stream</a>/imm32
-<span id="L285" class="LineNr">285 </span>    68/push  <a href='108write.subx.html#L148'>_test-stream</a>/imm32
+<span id="L285" class="LineNr">285 </span>    68/push  <a href='108write.subx.html#L151'>_test-stream</a>/imm32
 <span id="L286" class="LineNr">286 </span>    <span class="subxS2Comment"># . . call</span>
 <span id="L287" class="LineNr">287 </span>    e8/call  <a href='111read.subx.html#L48'>read</a>/disp32
 <span id="L288" class="LineNr">288 </span>    <span class="subxS2Comment"># . . discard args</span>
@@ -373,7 +373,7 @@ if ('onhashchange' in window) {
 <span id="L312" class="LineNr">312 </span>    <span class="subxH1Comment"># - make two consecutive reads, check that their results are appended</span>
 <span id="L313" class="LineNr">313 </span>    <span class="subxComment"># clear-stream(_test-stream)</span>
 <span id="L314" class="LineNr">314 </span>    <span class="subxS2Comment"># . . push args</span>
-<span id="L315" class="LineNr">315 </span>    68/push  <a href='108write.subx.html#L148'>_test-stream</a>/imm32
+<span id="L315" class="LineNr">315 </span>    68/push  <a href='108write.subx.html#L151'>_test-stream</a>/imm32
 <span id="L316" class="LineNr">316 </span>    <span class="subxS2Comment"># . . call</span>
 <span id="L317" class="LineNr">317 </span>    e8/call  <a href='106stream.subx.html#L17'>clear-stream</a>/disp32
 <span id="L318" class="LineNr">318 </span>    <span class="subxS2Comment"># . . discard args</span>
@@ -388,7 +388,7 @@ if ('onhashchange' in window) {
 <span id="L327" class="LineNr">327 </span>    <span class="subxComment"># write(_test-stream, &quot;C&quot;)</span>
 <span id="L328" class="LineNr">328 </span>    <span class="subxS2Comment"># . . push args</span>
 <span id="L329" class="LineNr">329 </span>    68/push  <span class="Constant">&quot;C&quot;</span>/imm32
-<span id="L330" class="LineNr">330 </span>    68/push  <a href='108write.subx.html#L148'>_test-stream</a>/imm32
+<span id="L330" class="LineNr">330 </span>    68/push  <a href='108write.subx.html#L151'>_test-stream</a>/imm32
 <span id="L331" class="LineNr">331 </span>    <span class="subxS2Comment"># . . call</span>
 <span id="L332" class="LineNr">332 </span>    e8/call  <a href='108write.subx.html#L24'>write</a>/disp32
 <span id="L333" class="LineNr">333 </span>    <span class="subxS2Comment"># . . discard args</span>
@@ -396,7 +396,7 @@ if ('onhashchange' in window) {
 <span id="L335" class="LineNr">335 </span>    <span class="subxComment"># read(_test-stream, _test-tmp-stream)</span>
 <span id="L336" class="LineNr">336 </span>    <span class="subxS2Comment"># . . push args</span>
 <span id="L337" class="LineNr">337 </span>    68/push  <a href='111read.subx.html#L428'>_test-tmp-stream</a>/imm32
-<span id="L338" class="LineNr">338 </span>    68/push  <a href='108write.subx.html#L148'>_test-stream</a>/imm32
+<span id="L338" class="LineNr">338 </span>    68/push  <a href='108write.subx.html#L151'>_test-stream</a>/imm32
 <span id="L339" class="LineNr">339 </span>    <span class="subxS2Comment"># . . call</span>
 <span id="L340" class="LineNr">340 </span>    e8/call  <a href='111read.subx.html#L48'>read</a>/disp32
 <span id="L341" class="LineNr">341 </span>    <span class="subxS2Comment"># . . discard args</span>
@@ -404,7 +404,7 @@ if ('onhashchange' in window) {
 <span id="L343" class="LineNr">343 </span>    <span class="subxComment"># write(_test-stream, &quot;D&quot;)</span>
 <span id="L344" class="LineNr">344 </span>    <span class="subxS2Comment"># . . push args</span>
 <span id="L345" class="LineNr">345 </span>    68/push  <span class="Constant">&quot;D&quot;</span>/imm32
-<span id="L346" class="LineNr">346 </span>    68/push  <a href='108write.subx.html#L148'>_test-stream</a>/imm32
+<span id="L346" class="LineNr">346 </span>    68/push  <a href='108write.subx.html#L151'>_test-stream</a>/imm32
 <span id="L347" class="LineNr">347 </span>    <span class="subxS2Comment"># . . call</span>
 <span id="L348" class="LineNr">348 </span>    e8/call  <a href='108write.subx.html#L24'>write</a>/disp32
 <span id="L349" class="LineNr">349 </span>    <span class="subxS2Comment"># . . discard args</span>
@@ -412,7 +412,7 @@ if ('onhashchange' in window) {
 <span id="L351" class="LineNr">351 </span>    <span class="subxComment"># read(_test-stream, _test-tmp-stream)</span>
 <span id="L352" class="LineNr">352 </span>    <span class="subxS2Comment"># . . push args</span>
 <span id="L353" class="LineNr">353 </span>    68/push  <a href='111read.subx.html#L428'>_test-tmp-stream</a>/imm32
-<span id="L354" class="LineNr">354 </span>    68/push  <a href='108write.subx.html#L148'>_test-stream</a>/imm32
+<span id="L354" class="LineNr">354 </span>    68/push  <a href='108write.subx.html#L151'>_test-stream</a>/imm32
 <span id="L355" class="LineNr">355 </span>    <span class="subxS2Comment"># . . call</span>
 <span id="L356" class="LineNr">356 </span>    e8/call  <a href='111read.subx.html#L48'>read</a>/disp32
 <span id="L357" class="LineNr">357 </span>    <span class="subxS2Comment"># . . discard args</span>
@@ -434,7 +434,7 @@ if ('onhashchange' in window) {
 <span id="L373" class="LineNr">373 </span>    <span class="subxComment"># setup</span>
 <span id="L374" class="LineNr">374 </span>    <span class="subxS1Comment"># . clear-stream(_test-stream)</span>
 <span id="L375" class="LineNr">375 </span>    <span class="subxS2Comment"># . . push args</span>
-<span id="L376" class="LineNr">376 </span>    68/push  <a href='108write.subx.html#L148'>_test-stream</a>/imm32
+<span id="L376" class="LineNr">376 </span>    68/push  <a href='108write.subx.html#L151'>_test-stream</a>/imm32
 <span id="L377" class="LineNr">377 </span>    <span class="subxS2Comment"># . . call</span>
 <span id="L378" class="LineNr">378 </span>    e8/call  <a href='106stream.subx.html#L17'>clear-stream</a>/disp32
 <span id="L379" class="LineNr">379 </span>    <span class="subxS2Comment"># . . discard args</span>
@@ -449,7 +449,7 @@ if ('onhashchange' in window) {
 <span id="L388" class="LineNr">388 </span>    <span class="subxS1Comment"># . write(_test-stream, &quot;Ab&quot;)</span>
 <span id="L389" class="LineNr">389 </span>    <span class="subxS2Comment"># . . push args</span>
 <span id="L390" class="LineNr">390 </span>    68/push  <span class="Constant">&quot;Ab&quot;</span>/imm32
-<span id="L391" class="LineNr">391 </span>    68/push  <a href='108write.subx.html#L148'>_test-stream</a>/imm32
+<span id="L391" class="LineNr">391 </span>    68/push  <a href='108write.subx.html#L151'>_test-stream</a>/imm32
 <span id="L392" class="LineNr">392 </span>    <span class="subxS2Comment"># . . call</span>
 <span id="L393" class="LineNr">393 </span>    e8/call  <a href='108write.subx.html#L24'>write</a>/disp32
 <span id="L394" class="LineNr">394 </span>    <span class="subxS2Comment"># . . discard args</span>
@@ -458,7 +458,7 @@ if ('onhashchange' in window) {
 <span id="L397" class="LineNr">397 </span>    <span class="subxS1Comment"># . read(_test-stream, _test-tmp-stream)</span>
 <span id="L398" class="LineNr">398 </span>    <span class="subxS2Comment"># . . push args</span>
 <span id="L399" class="LineNr">399 </span>    68/push  <a href='111read.subx.html#L428'>_test-tmp-stream</a>/imm32
-<span id="L400" class="LineNr">400 </span>    68/push  <a href='108write.subx.html#L148'>_test-stream</a>/imm32
+<span id="L400" class="LineNr">400 </span>    68/push  <a href='108write.subx.html#L151'>_test-stream</a>/imm32
 <span id="L401" class="LineNr">401 </span>    <span class="subxS2Comment"># . . call</span>
 <span id="L402" class="LineNr">402 </span>    e8/call  <a href='111read.subx.html#L48'>read</a>/disp32
 <span id="L403" class="LineNr">403 </span>    <span class="subxS2Comment"># . . discard args</span>
@@ -467,7 +467,7 @@ if ('onhashchange' in window) {
 <span id="L406" class="LineNr">406 </span>    <span class="subxS1Comment"># . read(_test-stream, _test-tmp-stream)</span>
 <span id="L407" class="LineNr">407 </span>    <span class="subxS2Comment"># . . push args</span>
 <span id="L408" class="LineNr">408 </span>    68/push  <a href='111read.subx.html#L428'>_test-tmp-stream</a>/imm32
-<span id="L409" class="LineNr">409 </span>    68/push  <a href='108write.subx.html#L148'>_test-stream</a>/imm32
+<span id="L409" class="LineNr">409 </span>    68/push  <a href='108write.subx.html#L151'>_test-stream</a>/imm32
 <span id="L410" class="LineNr">410 </span>    <span class="subxS2Comment"># . . call</span>
 <span id="L411" class="LineNr">411 </span>    e8/call  <a href='111read.subx.html#L48'>read</a>/disp32
 <span id="L412" class="LineNr">412 </span>    <span class="subxS2Comment"># . . discard args</span>