about summary refs log tree commit diff stats
path: root/html/510disk.mu.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/510disk.mu.html')
-rw-r--r--html/510disk.mu.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/html/510disk.mu.html b/html/510disk.mu.html
index aba661fe..12e772b2 100644
--- a/html/510disk.mu.html
+++ b/html/510disk.mu.html
@@ -72,7 +72,7 @@ if ('onhashchange' in window) {
 <span id="L12" class="LineNr">12 </span>      sectors <span class="Special">&lt;-</span> copy <span class="Constant">0x100</span>
 <span id="L13" class="LineNr">13 </span>    <span class="Delimiter">}</span>
 <span id="L14" class="LineNr">14 </span>    <span class="muComment">#</span>
-<span id="L15" class="LineNr">15 </span>    <a href='boot.subx.html#L976'>read-ata-disk</a> disk, curr-lba, sectors, out
+<span id="L15" class="LineNr">15 </span>    <a href='boot.subx.html#L762'>read-ata-disk</a> disk, curr-lba, sectors, out
 <span id="L16" class="LineNr">16 </span>    <span class="muComment">#</span>
 <span id="L17" class="LineNr">17 </span>    remaining <span class="Special">&lt;-</span> subtract sectors
 <span id="L18" class="LineNr">18 </span>    curr-lba <span class="Special">&lt;-</span> add sectors
@@ -94,7 +94,7 @@ if ('onhashchange' in window) {
 <span id="L34" class="LineNr">34 </span>      sectors <span class="Special">&lt;-</span> copy <span class="Constant">0x100</span>
 <span id="L35" class="LineNr">35 </span>    <span class="Delimiter">}</span>
 <span id="L36" class="LineNr">36 </span>    <span class="muComment">#</span>
-<span id="L37" class="LineNr">37 </span>    <a href='boot.subx.html#L1045'>write-ata-disk</a> disk, curr-lba, sectors, in
+<span id="L37" class="LineNr">37 </span>    <a href='boot.subx.html#L831'>write-ata-disk</a> disk, curr-lba, sectors, in
 <span id="L38" class="LineNr">38 </span>    <span class="muComment">#</span>
 <span id="L39" class="LineNr">39 </span>    remaining <span class="Special">&lt;-</span> subtract sectors
 <span id="L40" class="LineNr">40 </span>    curr-lba <span class="Special">&lt;-</span> add sectors