about summary refs log tree commit diff stats
path: root/html/linux/404stream.mu.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/linux/404stream.mu.html')
-rw-r--r--html/linux/404stream.mu.html25
1 files changed, 12 insertions, 13 deletions
diff --git a/html/linux/404stream.mu.html b/html/linux/404stream.mu.html
index 3f6e87e9..8680d735 100644
--- a/html/linux/404stream.mu.html
+++ b/html/linux/404stream.mu.html
@@ -14,17 +14,16 @@ pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-
 body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; }
 a { color:inherit; }
 * { font-size:12pt; font-size: 1em; }
-.muRegEdx { color: #878700; }
-.muComment { color: #005faf; }
+.PreProc { color: #c000c0; }
+.muRegEdx { color: #af5f00; }
 .LineNr { }
-.muRegEcx { color: #af875f; }
-.muRegEax { color: #875f00; }
+.muRegEbx { color: #5f00ff; }
+.Constant { color: #008787; }
+.muRegEcx { color: #870000; }
 .Delimiter { color: #c000c0; }
 .Special { color: #ff6060; }
 .muTest { color: #5f8700; }
-.Constant { color: #008787; }
-.PreProc { color: #c000c0; }
-.muRegEbx { color: #8787af; }
+.muComment { color: #005faf; }
 -->
 </style>
 
@@ -67,7 +66,7 @@ if ('onhashchange' in window) {
 <span id="L5" class="LineNr"> 5 </span>  <span class="muComment"># step 1: initialize</span>
 <span id="L6" class="LineNr"> 6 </span>  <span class="PreProc">var</span> s: (stream int <span class="Constant">4</span>)
 <span id="L7" class="LineNr"> 7 </span>  <span class="PreProc">var</span> s2/<span class="muRegEcx">ecx</span>: (addr stream int) <span class="Special">&lt;-</span> address s
-<span id="L8" class="LineNr"> 8 </span>  <span class="PreProc">var</span> tmp/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='309stream.subx.html#L6'>stream-empty?</a> s2
+<span id="L8" class="LineNr"> 8 </span>  <span class="PreProc">var</span> tmp/eax: boolean <span class="Special">&lt;-</span> <a href='309stream.subx.html#L6'>stream-empty?</a> s2
 <span id="L9" class="LineNr"> 9 </span>  <a href='401test.mu.html#L3'>check</a> tmp, <span class="Constant">&quot;F - <a href='404stream.mu.html#L3'>test-stream</a>/empty?/0&quot;</span>
 <span id="L10" class="LineNr">10 </span>  tmp <span class="Special">&lt;-</span> <a href='309stream.subx.html#L30'>stream-full?</a> s2
 <span id="L11" class="LineNr">11 </span>  <a href='401test.mu.html#L8'>check-not</a> tmp, <span class="Constant">&quot;F - <a href='404stream.mu.html#L3'>test-stream</a>/full?/0&quot;</span>
@@ -98,7 +97,7 @@ if ('onhashchange' in window) {
 <span id="L36" class="LineNr">36 </span>  <span class="muComment"># write an int to a stream of capacity 1</span>
 <span id="L37" class="LineNr">37 </span>  <span class="PreProc">var</span> s: (stream int <span class="Constant">1</span>)
 <span id="L38" class="LineNr">38 </span>  <span class="PreProc">var</span> s2/<span class="muRegEcx">ecx</span>: (addr stream int) <span class="Special">&lt;-</span> address s
-<span id="L39" class="LineNr">39 </span>  <span class="PreProc">var</span> tmp/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='309stream.subx.html#L30'>stream-full?</a> s2
+<span id="L39" class="LineNr">39 </span>  <span class="PreProc">var</span> tmp/eax: boolean <span class="Special">&lt;-</span> <a href='309stream.subx.html#L30'>stream-full?</a> s2
 <span id="L40" class="LineNr">40 </span>  <a href='401test.mu.html#L8'>check-not</a> tmp, <span class="Constant">&quot;F - test-stream-full?/pre&quot;</span>
 <span id="L41" class="LineNr">41 </span>  <span class="PreProc">var</span> x: int
 <span id="L42" class="LineNr">42 </span>  <span class="PreProc">var</span> x2/<span class="muRegEdx">edx</span>: (addr int) <span class="Special">&lt;-</span> address x
@@ -109,9 +108,9 @@ if ('onhashchange' in window) {
 <span id="L47" class="LineNr">47 </span>
 <span id="L48" class="LineNr">48 </span><span class="PreProc">fn</span> <span class="muTest"><a href='404stream.mu.html#L48'>test-fake-input-buffered-file</a></span> <span class="Delimiter">{</span>
 <span id="L49" class="LineNr">49 </span>  <span class="PreProc">var</span> foo: (handle buffered-file)
-<span id="L50" class="LineNr">50 </span>  <span class="PreProc">var</span> foo-ah/<span class="muRegEax">eax</span>: (addr handle buffered-file) <span class="Special">&lt;-</span> address foo
+<span id="L50" class="LineNr">50 </span>  <span class="PreProc">var</span> foo-ah/eax: (addr handle buffered-file) <span class="Special">&lt;-</span> address foo
 <span id="L51" class="LineNr">51 </span>  <a href='306files.subx.html#L86'>populate-buffered-file-containing</a> <span class="Constant">&quot;abc&quot;</span>, foo-ah
-<span id="L52" class="LineNr">52 </span>  <span class="PreProc">var</span> foo-addr/<span class="muRegEax">eax</span>: (addr buffered-file) <span class="Special">&lt;-</span> <a href='120allocate.subx.html#L258'>lookup</a> foo
+<span id="L52" class="LineNr">52 </span>  <span class="PreProc">var</span> foo-addr/eax: (addr buffered-file) <span class="Special">&lt;-</span> <a href='120allocate.subx.html#L258'>lookup</a> foo
 <span id="L53" class="LineNr">53 </span>  <span class="PreProc">var</span> s: (stream byte <span class="Constant">0x100</span>)
 <span id="L54" class="LineNr">54 </span>  <span class="PreProc">var</span> result/<span class="muRegEcx">ecx</span>: (addr stream byte) <span class="Special">&lt;-</span> address s
 <span id="L55" class="LineNr">55 </span>  <a href='122read-line.subx.html#L9'>read-line-buffered</a> foo-addr, result
@@ -120,9 +119,9 @@ if ('onhashchange' in window) {
 <span id="L58" class="LineNr">58 </span>
 <span id="L59" class="LineNr">59 </span><span class="PreProc">fn</span> <span class="muTest"><a href='404stream.mu.html#L59'>test-fake-output-buffered-file</a></span> <span class="Delimiter">{</span>
 <span id="L60" class="LineNr">60 </span>  <span class="PreProc">var</span> foo: (handle buffered-file)
-<span id="L61" class="LineNr">61 </span>  <span class="PreProc">var</span> foo-ah/<span class="muRegEax">eax</span>: (addr handle buffered-file) <span class="Special">&lt;-</span> address foo
+<span id="L61" class="LineNr">61 </span>  <span class="PreProc">var</span> foo-ah/eax: (addr handle buffered-file) <span class="Special">&lt;-</span> address foo
 <span id="L62" class="LineNr">62 </span>  <a href='306files.subx.html#L133'>new-buffered-file</a> foo-ah
-<span id="L63" class="LineNr">63 </span>  <span class="PreProc">var</span> foo-addr/<span class="muRegEax">eax</span>: (addr buffered-file) <span class="Special">&lt;-</span> <a href='120allocate.subx.html#L258'>lookup</a> foo
+<span id="L63" class="LineNr">63 </span>  <span class="PreProc">var</span> foo-addr/eax: (addr buffered-file) <span class="Special">&lt;-</span> <a href='120allocate.subx.html#L258'>lookup</a> foo
 <span id="L64" class="LineNr">64 </span>  <a href='116write-buffered.subx.html#L8'>write-buffered</a> foo-addr, <span class="Constant">&quot;abc&quot;</span>
 <span id="L65" class="LineNr">65 </span>  <span class="PreProc">var</span> s: (stream byte <span class="Constant">0x100</span>)
 <span id="L66" class="LineNr">66 </span>  <span class="PreProc">var</span> result/<span class="muRegEcx">ecx</span>: (addr stream byte) <span class="Special">&lt;-</span> address s
href='#n398'>398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422