about summary refs log tree commit diff stats
path: root/html/ex2.subx.html
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2021-03-23 23:02:41 -0700
committerKartik Agaram <vc@akkartik.com>2021-03-23 23:02:41 -0700
commit754d813bc5044fb7a9ce586692b627512ca84fb5 (patch)
tree7c2223e1433cf7359e91f5b60902c4b3b6a31e64 /html/ex2.subx.html
parent3120f938c660ab5fcecb579122440d487ccd798e (diff)
downloadmu-754d813bc5044fb7a9ce586692b627512ca84fb5.tar.gz
.
Diffstat (limited to 'html/ex2.subx.html')
-rw-r--r--html/ex2.subx.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/ex2.subx.html b/html/ex2.subx.html
index 404e453a..4083475c 100644
--- a/html/ex2.subx.html
+++ b/html/ex2.subx.html
@@ -66,7 +66,7 @@ if ('onhashchange' in window) {
 <span id="L11" class="LineNr">11 </span>
 <span id="L12" class="LineNr">12 </span><span class="SpecialChar">Entry</span>:
 <span id="L13" class="LineNr">13 </span>  <span class="subxComment"># ecx &lt;- start of video memory</span>
-<span id="L14" class="LineNr">14 </span>  8b/-&gt; *<span class="SpecialChar">Video-memory-addr</span> 1/r32/ecx
+<span id="L14" class="LineNr">14 </span>  8b/-&gt; *<span class="SpecialChar"><a href='boot.subx.html#L547'>Video-memory-addr</a></span> 1/r32/ecx
 <span id="L15" class="LineNr">15 </span>
 <span id="L16" class="LineNr">16 </span>  <span class="subxComment"># eax &lt;- final pixel of video memory</span>
 <span id="L17" class="LineNr">17 </span>  8d/copy-address *(ecx + 0x0bffff) 0/r32/eax  <span class="subxComment"># 0xbffff = 1024*768 - 1</span>