about summary refs log tree commit diff stats
path: root/mu_instructions
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 /mu_instructions
parent3d053e34b71832b38d77bb777e7acabcb1e63e76 (diff)
downloadmu-611e9f2e08430ab804b3cea8ac06b85cb5611035.tar.gz
6920
Diffstat (limited to 'mu_instructions')
-rw-r--r--mu_instructions2
1 files changed, 1 insertions, 1 deletions
diff --git a/mu_instructions b/mu_instructions
index 27fe295c..9c16607e 100644
--- a/mu_instructions
+++ b/mu_instructions
@@ -177,7 +177,7 @@ break-if-addr>= label             => "0f 83/jump-if-addr>= " label ":break/disp3
 loop-if-addr>=                    => "0f 83/jump-if-addr>= loop/disp32"
 loop-if-addr>= label              => "0f 83/jump-if-addr>= " label ":loop/disp32"
 
-Similar float variants like `break-if-loop<` are aliases for the corresponding
+Similar float variants like `break-if-float<` are aliases for the corresponding
 `addr` equivalents. The x86 instruction set stupidly has floating-point
 operations only update a subset of flags.