about summary refs log tree commit diff stats
path: root/html/ex2.subx.html
diff options
context:
space:
mode:
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>