about summary refs log tree commit diff stats
path: root/html/102keyboard.subx.html
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2021-05-18 13:01:59 -0700
committerKartik Agaram <vc@akkartik.com>2021-05-18 13:04:33 -0700
commit5396e24cba8390ca2d70d99c7e8772eee4ec3a11 (patch)
treeb266edbb6c21db7904370d082a7966783fb9e9d4 /html/102keyboard.subx.html
parentb4c0b12542c1f1a1e141ed0c8db2f6165af06e0f (diff)
downloadmu-5396e24cba8390ca2d70d99c7e8772eee4ec3a11.tar.gz
.
Diffstat (limited to 'html/102keyboard.subx.html')
-rw-r--r--html/102keyboard.subx.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/102keyboard.subx.html b/html/102keyboard.subx.html
index eb272040..b4fd8a3b 100644
--- a/html/102keyboard.subx.html
+++ b/html/102keyboard.subx.html
@@ -94,7 +94,7 @@ if ('onhashchange' in window) {
 <span id="L37" class="LineNr">37 </span>      <span class="subxComment"># var next-key/eax: byte = *buffer-byte-addr</span>
 <span id="L38" class="LineNr">38 </span>      8a/byte-&gt; *ecx 0/r32/AL
 <span id="L39" class="LineNr">39 </span>      <span class="subxComment"># if (next-key != 0) lock and remove from keyboard buffer</span>
-<span id="L40" class="LineNr">40 </span>      81 7/subop/compare %eax 0/imm32
+<span id="L40" class="LineNr">40 </span>      3d/compare-eax-with 0/imm32
 <span id="L41" class="LineNr">41 </span>      {
 <span id="L42" class="LineNr">42 </span>        74/jump-if-= <span class="Constant">break</span>/disp8
 <span id="L43" class="LineNr">43 </span>        fa/disable-interrupts