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-10-01 00:49:09 -0700
committerKartik Agaram <vc@akkartik.com>2020-10-01 00:49:09 -0700
commit611e9f2e08430ab804b3cea8ac06b85cb5611035 (patch)
tree845a07a7f174cb7b86633ec9f043753228bdbac1 /html/mu_instructions.html
parent3d053e34b71832b38d77bb777e7acabcb1e63e76 (diff)
downloadmu-611e9f2e08430ab804b3cea8ac06b85cb5611035.tar.gz
6920
Diffstat (limited to 'html/mu_instructions.html')
-rw-r--r--html/mu_instructions.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/mu_instructions.html b/html/mu_instructions.html
index 3a2313c5..476b7133 100644
--- a/html/mu_instructions.html
+++ b/html/mu_instructions.html
@@ -202,7 +202,7 @@ var/reg <span class="SpecialChar">&lt;-</span> multiply *var2/reg2    =&gt; <spa
 <span class="PreProc">loop-if-addr&gt;=</span>                    =&gt; <span class="Constant">&quot;0f 83/jump-if-addr&gt;= loop/disp32&quot;</span>
 <span class="PreProc">loop-if-addr&gt;=</span> label              =&gt; <span class="Constant">&quot;0f 83/jump-if-addr&gt;= &quot;</span> label <span class="Constant">&quot;:loop/disp32&quot;</span>
 
-Similar float variants like `<span class="PreProc">break-if-loop&lt;`</span> are aliases for the corresponding
+Similar float variants like `<span class="PreProc">break-if-float&lt;</span>` are aliases for the corresponding
 `addr` equivalents. The x86 instruction set stupidly has floating-point
 operations only update a subset of flags.