about summary refs log tree commit diff stats
path: root/html/mu-init.subx.html
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2021-05-31 10:47:05 -0700
committerKartik Agaram <vc@akkartik.com>2021-05-31 10:47:05 -0700
commit82171a0fdfa28251cbc360dcf205392fee2c7eeb (patch)
treeacd7a83caa802ec1a24fc02570669f6228678375 /html/mu-init.subx.html
parente3c74453309a685594b93f344cba9cb59b7ac456 (diff)
downloadmu-82171a0fdfa28251cbc360dcf205392fee2c7eeb.tar.gz
.
Diffstat (limited to 'html/mu-init.subx.html')
-rw-r--r--html/mu-init.subx.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/html/mu-init.subx.html b/html/mu-init.subx.html
index e36e8a54..946275de 100644
--- a/html/mu-init.subx.html
+++ b/html/mu-init.subx.html
@@ -77,10 +77,10 @@ if ('onhashchange' in window) {
 <span id="L21" class="LineNr">21 </span>  {
 <span id="L22" class="LineNr">22 </span>    3d/compare-eax-and 0/imm32
 <span id="L23" class="LineNr">23 </span>    75/jump-if-!= <span class="Constant">break</span>/disp8
-<span id="L24" class="LineNr">24 </span>    (<a href='500fake-screen.mu.html#L364'>clear-real-screen</a>)
+<span id="L24" class="LineNr">24 </span>    (<a href='500fake-screen.mu.html#L365'>clear-real-screen</a>)
 <span id="L25" class="LineNr">25 </span>    c7 0/subop/copy *<span class="SpecialChar"><a href='103grapheme.subx.html#L170'>Real-screen-cursor-x</a></span> 0/imm32
 <span id="L26" class="LineNr">26 </span>    c7 0/subop/copy *<span class="SpecialChar"><a href='103grapheme.subx.html#L172'>Real-screen-cursor-y</a></span> 0/imm32
-<span id="L27" class="LineNr">27 </span>    (main 0 0 <span class="SpecialChar"><a href='boot.subx.html#L920'>Primary-bus-secondary-drive</a></span>)
+<span id="L27" class="LineNr">27 </span>    (main 0 0 <span class="SpecialChar"><a href='boot.subx.html#L934'>Primary-bus-secondary-drive</a></span>)
 <span id="L28" class="LineNr">28 </span>  }
 <span id="L29" class="LineNr">29 </span>
 <span id="L30" class="LineNr">30 </span>  <span class="subxComment"># hang indefinitely</span>
>191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239