diff options
Diffstat (limited to 'html/400.mu.html')
-rw-r--r-- | html/400.mu.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/html/400.mu.html b/html/400.mu.html index 531cbf0f..0a224eac 100644 --- a/html/400.mu.html +++ b/html/400.mu.html @@ -61,14 +61,14 @@ if ('onhashchange' in window) { <span id="L6" class="LineNr"> 6 </span><span class="PreProc">sig</span> <a href='103grapheme.subx.html#L134'>draw-cursor-on-real-screen</a> g: grapheme <span id="L7" class="LineNr"> 7 </span> <span id="L8" class="LineNr"> 8 </span><span class="muComment"># keyboard</span> -<span id="L9" class="LineNr"> 9 </span><span class="PreProc">sig</span> <a href='102keyboard.subx.html#L9'>read-key</a> kbd: (addr keyboard)<span class="PreProc"> -> </span>_/<span class="Constant">eax</span>: byte +<span id="L9" class="LineNr"> 9 </span><span class="PreProc">sig</span> <a href='102keyboard.subx.html#L21'>read-key</a> kbd: (addr keyboard)<span class="PreProc"> -> </span>_/<span class="Constant">eax</span>: byte <span id="L10" class="LineNr">10 </span> <span id="L11" class="LineNr">11 </span><span class="muComment"># disk</span> -<span id="L12" class="LineNr">12 </span><span class="PreProc">sig</span> <a href='boot.subx.html#L817'>load-first-sector-from-primary-bus-secondary-drive</a> out: (addr stream byte) -<span id="L13" class="LineNr">13 </span><span class="PreProc">sig</span> <a href='boot.subx.html#L864'>store-first-sector-to-primary-bus-secondary-drive</a> out: (addr stream byte) +<span id="L12" class="LineNr">12 </span><span class="PreProc">sig</span> <a href='boot.subx.html#L910'>load-sector</a> disk: (addr disk), lba: int, out: (addr stream byte) +<span id="L13" class="LineNr">13 </span><span class="PreProc">sig</span> <a href='boot.subx.html#L959'>store-sector</a> disk: (addr disk), lba: int, out: (addr stream byte) <span id="L14" class="LineNr">14 </span> <span id="L15" class="LineNr">15 </span><span class="muComment"># mouse</span> -<span id="L16" class="LineNr">16 </span><span class="PreProc">sig</span> <a href='boot.subx.html#L1200'>read-mouse-event</a><span class="PreProc"> -> </span>_/<span class="Constant">eax</span>: int, _/<span class="Constant">ecx</span>: int +<span id="L16" class="LineNr">16 </span><span class="PreProc">sig</span> <a href='boot.subx.html#L1291'>read-mouse-event</a><span class="PreProc"> -> </span>_/<span class="Constant">eax</span>: int, _/<span class="Constant">ecx</span>: int <span id="L17" class="LineNr">17 </span> <span id="L18" class="LineNr">18 </span><span class="muComment"># tests</span> <span id="L19" class="LineNr">19 </span><span class="PreProc">sig</span> <a href='104test.subx.html#L5'>count-test-failure</a> |