about summary refs log tree commit diff stats
path: root/html/subx/059read-byte.subx.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/subx/059read-byte.subx.html')
-rw-r--r--html/subx/059read-byte.subx.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/html/subx/059read-byte.subx.html b/html/subx/059read-byte.subx.html
index 5103e9e6..7eb39292 100644
--- a/html/subx/059read-byte.subx.html
+++ b/html/subx/059read-byte.subx.html
@@ -74,7 +74,7 @@ if ('onhashchange' in window) {
 <span id="L11" class="LineNr"> 11 </span>
 <span id="L12" class="LineNr"> 12 </span><span class="subxComment"># The buffered file for standard input. Also illustrates the layout for</span>
 <span id="L13" class="LineNr"> 13 </span><span class="subxComment"># buffered-file.</span>
-<span id="L14" class="LineNr"> 14 </span><span class="SpecialChar"><a href='059read-byte.subx.html#L14'>Stdin</a></span>:
+<span id="L14" class="LineNr"> 14 </span><span class="SpecialChar">Stdin</span>:
 <span id="L15" class="LineNr"> 15 </span>    <span class="subxComment"># file descriptor or (address stream)</span>
 <span id="L16" class="LineNr"> 16 </span>    00 00 00 00  <span class="subxComment"># 0 = standard input</span>
 <span id="L17" class="LineNr"> 17 </span>    <span class="subxComment"># current write index</span>
@@ -105,7 +105,7 @@ if ('onhashchange' in window) {
 <span id="L42" class="LineNr"> 42 </span>
 <span id="L43" class="LineNr"> 43 </span><span class="subxComment"># return next byte value in EAX, with top 3 bytes cleared.</span>
 <span id="L44" class="LineNr"> 44 </span><span class="subxComment"># On EOF, return 0xffffffff.</span>
-<span id="L45" class="LineNr"> 45 </span><span class="subxFunction"><a href='059read-byte.subx.html#L45'>read-byte</a></span>:  <span class="subxComment"># f : (address buffered-file) -&gt; byte-or-eof/EAX</span>
+<span id="L45" class="LineNr"> 45 </span><span class="subxFunction">read-byte</span>:  <span class="subxComment"># f : (address buffered-file) -&gt; byte-or-eof/EAX</span>
 <span id="L46" class="LineNr"> 46 </span>    <span class="subxS1Comment"># . prolog</span>
 <span id="L47" class="LineNr"> 47 </span>    55/push-EBP
 <span id="L48" class="LineNr"> 48 </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>
@@ -160,7 +160,7 @@ if ('onhashchange' in window) {
 <span id="L97" class="LineNr"> 97 </span>
 <span id="L98" class="LineNr"> 98 </span><span class="subxH1Comment"># - tests</span>
 <span id="L99" class="LineNr"> 99 </span>
-<span id="L100" class="LineNr">100 </span><span class="subxTest"><a href='059read-byte.subx.html#L100'>test-read-byte-single</a></span>:
+<span id="L100" class="LineNr">100 </span><span class="subxTest">test-read-byte-single</span>:
 <span id="L101" class="LineNr">101 </span>    <span class="subxH1Comment"># - check that read-byte returns first byte of 'file'</span>
 <span id="L102" class="LineNr">102 </span>    <span class="subxComment"># setup</span>
 <span id="L103" class="LineNr">103 </span>    <span class="subxS1Comment"># . clear-stream(_test-stream)</span>
@@ -206,7 +206,7 @@ if ('onhashchange' in window) {
 <span id="L143" class="LineNr">143 </span>    <span class="subxS1Comment"># . end</span>
 <span id="L144" class="LineNr">144 </span>    c3/return
 <span id="L145" class="LineNr">145 </span>
-<span id="L146" class="LineNr">146 </span><span class="subxTest"><a href='059read-byte.subx.html#L146'>test-read-byte-multiple</a></span>:
+<span id="L146" class="LineNr">146 </span><span class="subxTest">test-read-byte-multiple</span>:
 <span id="L147" class="LineNr">147 </span>    <span class="subxH1Comment"># - call read-byte twice, check that second call returns second byte</span>
 <span id="L148" class="LineNr">148 </span>    <span class="subxComment"># setup</span>
 <span id="L149" class="LineNr">149 </span>    <span class="subxS1Comment"># . clear-stream(_test-stream)</span>
@@ -259,7 +259,7 @@ if ('onhashchange' in window) {
 <span id="L196" class="LineNr">196 </span>    <span class="subxS1Comment"># . end</span>
 <span id="L197" class="LineNr">197 </span>    c3/return
 <span id="L198" class="LineNr">198 </span>
-<span id="L199" class="LineNr">199 </span><span class="subxTest"><a href='059read-byte.subx.html#L199'>test-read-byte-end-of-file</a></span>:
+<span id="L199" class="LineNr">199 </span><span class="subxTest">test-read-byte-end-of-file</span>:
 <span id="L200" class="LineNr">200 </span>    <span class="subxH1Comment"># - call read-byte on an empty 'file', check that it returns 0xffffffff</span>
 <span id="L201" class="LineNr">201 </span>    <span class="subxComment"># setup</span>
 <span id="L202" class="LineNr">202 </span>    <span class="subxS1Comment"># . clear-stream(_test-stream)</span>
@@ -297,7 +297,7 @@ if ('onhashchange' in window) {
 <span id="L234" class="LineNr">234 </span>    <span class="subxS1Comment"># . end</span>
 <span id="L235" class="LineNr">235 </span>    c3/return
 <span id="L236" class="LineNr">236 </span>
-<span id="L237" class="LineNr">237 </span><span class="subxTest"><a href='059read-byte.subx.html#L237'>test-read-byte-refills-buffer</a></span>:
+<span id="L237" class="LineNr">237 </span><span class="subxTest">test-read-byte-refills-buffer</span>:
 <span id="L238" class="LineNr">238 </span>    <span class="subxH1Comment"># - consume buffered-file's buffer, check that next read-byte still works</span>
 <span id="L239" class="LineNr">239 </span>    <span class="subxComment"># setup</span>
 <span id="L240" class="LineNr">240 </span>    <span class="subxS1Comment"># . clear-stream(_test-stream)</span>
@@ -350,7 +350,7 @@ if ('onhashchange' in window) {
 <span id="L287" class="LineNr">287 </span>== data
 <span id="L288" class="LineNr">288 </span>
 <span id="L289" class="LineNr">289 </span><span class="subxComment"># a test buffered file for _test-stream</span>
-<span id="L290" class="LineNr">290 </span><span class="subxMinorFunction"><a href='059read-byte.subx.html#L290'>_test-buffered-file</a></span>:
+<span id="L290" class="LineNr">290 </span><span class="subxMinorFunction">_test-buffered-file</span>:
 <span id="L291" class="LineNr">291 </span>    <span class="subxComment"># file descriptor or (address stream)</span>
 <span id="L292" class="LineNr">292 </span>    <a href='056write.subx.html#L193'>_test-stream</a>/imm32
 <span id="L293" class="LineNr">293 </span>    <span class="subxComment"># current write index</span>