diff options
author | Kartik Agaram <vc@akkartik.com> | 2021-05-18 13:01:59 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2021-05-18 13:04:33 -0700 |
commit | 5396e24cba8390ca2d70d99c7e8772eee4ec3a11 (patch) | |
tree | b266edbb6c21db7904370d082a7966783fb9e9d4 /html/linux/304screen.subx.html | |
parent | b4c0b12542c1f1a1e141ed0c8db2f6165af06e0f (diff) | |
download | mu-5396e24cba8390ca2d70d99c7e8772eee4ec3a11.tar.gz |
.
Diffstat (limited to 'html/linux/304screen.subx.html')
-rw-r--r-- | html/linux/304screen.subx.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/linux/304screen.subx.html b/html/linux/304screen.subx.html index 3ccb5d87..5f362f14 100644 --- a/html/linux/304screen.subx.html +++ b/html/linux/304screen.subx.html @@ -115,7 +115,7 @@ if ('onhashchange' in window) { <span id="L56" class="LineNr"> 56 </span> e8/call <a href='000init.subx.html#L77'>syscall_ioctl</a>/disp32 <span id="L57" class="LineNr"> 57 </span> <span class="subxComment"># some bitworking to extract 2 16-bit shorts</span> <span id="L58" class="LineNr"> 58 </span> 8b/-> *esi 0/r32/eax -<span id="L59" class="LineNr"> 59 </span> 81 4/subop/and %eax 0xffff/imm32 +<span id="L59" class="LineNr"> 59 </span> 25/and-eax-with 0xffff/imm32 <span id="L60" class="LineNr"> 60 </span> 8b/-> *esi 1/r32/ecx <span id="L61" class="LineNr"> 61 </span> c1/shift 5/subop/logical-right %ecx 0x10/imm8 <span id="L62" class="LineNr"> 62 </span><span class="Constant">$real-screen-size:end</span>: |