diff options
author | Kartik Agaram <vc@akkartik.com> | 2021-03-23 23:02:41 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2021-03-23 23:02:41 -0700 |
commit | 754d813bc5044fb7a9ce586692b627512ca84fb5 (patch) | |
tree | 7c2223e1433cf7359e91f5b60902c4b3b6a31e64 /html/ex2.subx.html | |
parent | 3120f938c660ab5fcecb579122440d487ccd798e (diff) | |
download | mu-754d813bc5044fb7a9ce586692b627512ca84fb5.tar.gz |
.
Diffstat (limited to 'html/ex2.subx.html')
-rw-r--r-- | html/ex2.subx.html | 2 |
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 <- start of video memory</span> -<span id="L14" class="LineNr">14 </span> 8b/-> *<span class="SpecialChar">Video-memory-addr</span> 1/r32/ecx +<span id="L14" class="LineNr">14 </span> 8b/-> *<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 <- 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> |