From 611e9f2e08430ab804b3cea8ac06b85cb5611035 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Thu, 1 Oct 2020 00:49:09 -0700 Subject: 6920 --- mu_instructions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mu_instructions') 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. -- cgit 1.4.1-2-gfad0 m> code a little bit every day in decemberelioat <elioat@tilde.institute>
about summary refs log blame commit diff stats
path: root/log.txt
blob: e362d1eec48aef65707d2214c22d4809257bdcd8 (plain) (tree)
1
2
3
4
5
6
7
8
9