about summary refs log tree commit diff stats
path: root/html/mu_instructions.html
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-06-04 21:17:11 -0700
committerKartik Agaram <vc@akkartik.com>2020-06-04 21:17:11 -0700
commit48d96636fa89eb47ea14004494b6203d66664814 (patch)
tree2ee4df27d8cc82ff1e6d8024d33d1c7fa6cbc799 /html/mu_instructions.html
parent20411cc442c01430c06e392bd6ca5306327ee378 (diff)
downloadmu-48d96636fa89eb47ea14004494b6203d66664814.tar.gz
6465
Diffstat (limited to 'html/mu_instructions.html')
-rw-r--r--html/mu_instructions.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/html/mu_instructions.html b/html/mu_instructions.html
index 82bfae86..0353f35b 100644
--- a/html/mu_instructions.html
+++ b/html/mu_instructions.html
@@ -120,6 +120,7 @@ compare *var1/reg1, var2/reg2     =&gt; <span class="Constant">&quot;39/compare
 compare var1/reg1, var2           =&gt; <span class="Constant">&quot;3b/compare&lt;- *(ebp+&quot;</span> var2.stack-offset <span class="Constant">&quot;) &quot;</span> reg1 <span class="Constant">&quot;/r32&quot;</span>
 compare var/reg, *var2/reg2       =&gt; <span class="Constant">&quot;3b/compare&lt;- *&quot;</span> reg <span class="Constant">&quot; &quot;</span> n <span class="Constant">&quot;/imm32&quot;</span>
 compare var/<span class="Constant">eax</span>, n                =&gt; <span class="Constant">&quot;3d/compare-eax-with &quot;</span> n <span class="Constant">&quot;/imm32&quot;</span>
+compare var/reg, n                =&gt; <span class="Constant">&quot;81 7/subop/compare %&quot;</span> reg <span class="Constant">&quot; &quot;</span> n <span class="Constant">&quot;/imm32&quot;</span>
 compare var, n                    =&gt; <span class="Constant">&quot;81 7/subop/compare *(ebp+&quot;</span> var.stack-offset <span class="Constant">&quot;) &quot;</span> n <span class="Constant">&quot;/imm32&quot;</span>
 compare *var/reg, n               =&gt; <span class="Constant">&quot;81 7/subop/compare *&quot;</span> reg <span class="Constant">&quot; &quot;</span> n <span class="Constant">&quot;/imm32&quot;</span>