about summary refs log tree commit diff stats
path: root/html/subx/063print-byte.subx.html
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2018-12-30 20:24:37 -0800
committerKartik Agaram <vc@akkartik.com>2018-12-30 20:24:37 -0800
commit901ae474300d70bcc00e7e0b420ca87c8cbf6f55 (patch)
treeaf60b1c8c92bfc10a6bb6bd1082a765fcc718004 /html/subx/063print-byte.subx.html
parent0474ec865af12cff08dd255954fbccf6d38085e6 (diff)
downloadmu-901ae474300d70bcc00e7e0b420ca87c8cbf6f55.tar.gz
4899
Bug in my linkify tool introduced in commit 4891.
Diffstat (limited to 'html/subx/063print-byte.subx.html')
-rw-r--r--html/subx/063print-byte.subx.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/html/subx/063print-byte.subx.html b/html/subx/063print-byte.subx.html
index a16ac3b6..4a21bc33 100644
--- a/html/subx/063print-byte.subx.html
+++ b/html/subx/063print-byte.subx.html
@@ -73,7 +73,7 @@ if ('onhashchange' in window) {
 <span id="L12" class="LineNr"> 12 </span>    b8/copy-to-EAX  1/imm32/exit
 <span id="L13" class="LineNr"> 13 </span>    cd/syscall  0x80/imm8
 <span id="L14" class="LineNr"> 14 </span>
-<span id="L15" class="LineNr"> 15 </span><span class="subxFunction"><a href='063print-byte.subx.html#L15'>print-byte</a></span>:  <span class="subxComment"># f : (address buffered-file), n : int -&gt; &lt;void&gt;</span>
+<span id="L15" class="LineNr"> 15 </span><span class="subxFunction">print-byte</span>:  <span class="subxComment"># f : (address buffered-file), n : int -&gt; &lt;void&gt;</span>
 <span id="L16" class="LineNr"> 16 </span>    <span class="subxS1Comment"># . prolog</span>
 <span id="L17" class="LineNr"> 17 </span>    55/push-EBP
 <span id="L18" class="LineNr"> 18 </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>
@@ -126,7 +126,7 @@ if ('onhashchange' in window) {
 <span id="L65" class="LineNr"> 65 </span>
 <span id="L66" class="LineNr"> 66 </span><span class="subxComment"># extract lowest 4 bits and convert to 8-byte ascii</span>
 <span id="L67" class="LineNr"> 67 </span><span class="subxComment"># return 0xffffffff if more than 4 bits are set</span>
-<span id="L68" class="LineNr"> 68 </span><span class="subxFunction"><a href='063print-byte.subx.html#L68'>hex-char</a></span>:  <span class="subxComment"># n : int -&gt; char_or_error/EAX</span>
+<span id="L68" class="LineNr"> 68 </span><span class="subxFunction">hex-char</span>:  <span class="subxComment"># n : int -&gt; char_or_error/EAX</span>
 <span id="L69" class="LineNr"> 69 </span>    <span class="subxS1Comment"># . prolog</span>
 <span id="L70" class="LineNr"> 70 </span>    55/push-EBP
 <span id="L71" class="LineNr"> 71 </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>
@@ -152,7 +152,7 @@ if ('onhashchange' in window) {
 <span id="L91" class="LineNr"> 91 </span>    5d/pop-to-EBP
 <span id="L92" class="LineNr"> 92 </span>    c3/return
 <span id="L93" class="LineNr"> 93 </span>
-<span id="L94" class="LineNr"> 94 </span><span class="subxTest"><a href='063print-byte.subx.html#L94'>test-print-byte</a></span>:
+<span id="L94" class="LineNr"> 94 </span><span class="subxTest">test-print-byte</span>:
 <span id="L95" class="LineNr"> 95 </span>    <span class="subxH1Comment"># - check that print-byte prints the hex textual representation</span>
 <span id="L96" class="LineNr"> 96 </span>    <span class="subxComment"># setup</span>
 <span id="L97" class="LineNr"> 97 </span>    <span class="subxS1Comment"># . clear-stream(_test-stream)</span>