diff options
Diffstat (limited to 'mu_instructions')
-rw-r--r-- | mu_instructions | 2 |
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. |