commit 31f23dd5925196b5c0eb81cdf9537913b9a3ae4c
parent af1a5079fd1e8a2e1dfd7180b2e452671176dcc1
Author: Quentin Carbonneaux <quentin.carbonneaux@yale.edu>
Date: Mon, 30 Nov 2015 12:19:41 -0500
there is a non-uniformity with "cls"
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/lisc/fpintro.txt b/lisc/fpintro.txt
@@ -17,3 +17,7 @@ Summary:
Add a 'floating point' bit to instructions
Conversions from/to unsigned types are hard!
I need to find a reference for that.
+
+Problem with "cls" field: for comparisons, this field is
+for the argument of the instruction, but, in the case of
+Load (for example), it is about the result.