diff options
author | Kartik Agaram <vc@akkartik.com> | 2021-05-31 10:47:05 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2021-05-31 10:47:05 -0700 |
commit | 82171a0fdfa28251cbc360dcf205392fee2c7eeb (patch) | |
tree | acd7a83caa802ec1a24fc02570669f6228678375 /html/101screen.subx.html | |
parent | e3c74453309a685594b93f344cba9cb59b7ac456 (diff) | |
download | mu-82171a0fdfa28251cbc360dcf205392fee2c7eeb.tar.gz |
.
Diffstat (limited to 'html/101screen.subx.html')
-rw-r--r-- | html/101screen.subx.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/101screen.subx.html b/html/101screen.subx.html index 4ce0397a..27e5514b 100644 --- a/html/101screen.subx.html +++ b/html/101screen.subx.html @@ -85,7 +85,7 @@ if ('onhashchange' in window) { <span id="L28" class="LineNr">28 </span> c1/shift 4/subop/left %eax 0xa/imm8 <span id="L29" class="LineNr">29 </span> 03/add-> *(ebp+8) 0/r32/eax <span id="L30" class="LineNr">30 </span> <span class="subxComment"># eax += location of frame buffer</span> -<span id="L31" class="LineNr">31 </span> 03/add-> *<span class="SpecialChar"><a href='boot.subx.html#L622'>Video-memory-addr</a></span> 0/r32/eax +<span id="L31" class="LineNr">31 </span> 03/add-> *<span class="SpecialChar"><a href='boot.subx.html#L636'>Video-memory-addr</a></span> 0/r32/eax <span id="L32" class="LineNr">32 </span> <span class="subxComment"># *eax = color</span> <span id="L33" class="LineNr">33 </span> 8b/-> *(ebp+0x10) 1/r32/ecx <span id="L34" class="LineNr">34 </span> 88/byte<- *eax 1/r32/CL |