about summary refs log tree commit diff stats
path: root/html/baremetal/ex2.subx.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/baremetal/ex2.subx.html')
-rw-r--r--html/baremetal/ex2.subx.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/baremetal/ex2.subx.html b/html/baremetal/ex2.subx.html
index 9064d31b..9b1f46e6 100644
--- a/html/baremetal/ex2.subx.html
+++ b/html/baremetal/ex2.subx.html
@@ -69,7 +69,7 @@ if ('onhashchange' in window) {
 <span id="L14" class="LineNr">14 </span>
 <span id="L15" class="LineNr">15 </span><span class="subxFunction">main</span>:
 <span id="L16" class="LineNr">16 </span>  <span class="subxComment"># ecx &lt;- start of video memory</span>
-<span id="L17" class="LineNr">17 </span>  8b/-&gt; *0x7f28 1/r32/ecx
+<span id="L17" class="LineNr">17 </span>  8b/-&gt; *0x8128 1/r32/ecx
 <span id="L18" class="LineNr">18 </span>
 <span id="L19" class="LineNr">19 </span>  <span class="subxComment"># eax &lt;- final pixel of video memory</span>
 <span id="L20" class="LineNr">20 </span>  8d/copy-address *(ecx + 0x0bffff) 0/r32/eax  <span class="subxComment"># 0xbffff = 1024*768 - 1</span>