diff options
author | Kartik Agaram <vc@akkartik.com> | 2021-01-31 21:08:28 -0800 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2021-01-31 21:08:28 -0800 |
commit | 4106cf7538b83f4985d1c9b5c69e0501213662ea (patch) | |
tree | b66856216187b7fc6f86fbb1cc2351b77155f636 /html/baremetal/103grapheme.subx.html | |
parent | 2a9583414bd03399894065a1002e25dbf74b9569 (diff) | |
download | mu-4106cf7538b83f4985d1c9b5c69e0501213662ea.tar.gz |
7680
Diffstat (limited to 'html/baremetal/103grapheme.subx.html')
-rw-r--r-- | html/baremetal/103grapheme.subx.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/html/baremetal/103grapheme.subx.html b/html/baremetal/103grapheme.subx.html index a674d515..1d159d1a 100644 --- a/html/baremetal/103grapheme.subx.html +++ b/html/baremetal/103grapheme.subx.html @@ -82,9 +82,9 @@ if ('onhashchange' in window) { <span id="L25" class="LineNr"> 25 </span> <span class="subxComment"># var letter-bitmap/esi = font[g]</span> <span id="L26" class="LineNr"> 26 </span> 8b/-> *(ebp+8) 6/r32/esi <span id="L27" class="LineNr"> 27 </span> c1 4/subop/shift-left %esi 4/imm8 -<span id="L28" class="LineNr"> 28 </span> 8d/copy-address *(esi+0x8800) 6/r32/esi <span class="subxComment"># font-start</span> -<span id="L29" class="LineNr"> 29 </span> <span class="subxComment"># if (letter-bitmap >= 0x9000) return # characters beyond ASCII currently not supported</span> -<span id="L30" class="LineNr"> 30 </span> 81 7/subop/compare %esi 0x9000/imm32 +<span id="L28" class="LineNr"> 28 </span> 8d/copy-address *(esi+0x8c00) 6/r32/esi <span class="subxComment"># font-start</span> +<span id="L29" class="LineNr"> 29 </span> <span class="subxComment"># if (letter-bitmap >= 0x9400) return # characters beyond ASCII currently not supported</span> +<span id="L30" class="LineNr"> 30 </span> 81 7/subop/compare %esi 0x9400/imm32 <span id="L31" class="LineNr"> 31 </span> 7d/jump-if->= $draw-grapheme-on-real-screen:end/disp8 <span id="L32" class="LineNr"> 32 </span> <span class="subxComment"># var ycurr/edx: int = y*16</span> <span id="L33" class="LineNr"> 33 </span> 8b/-> *(ebp+0x10) 2/r32/edx |