summary refs log tree commit diff
diff options
context:
space:
mode:
authorQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2015-11-30 12:19:41 -0500
committerQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2015-11-30 12:19:41 -0500
commit31f23dd5925196b5c0eb81cdf9537913b9a3ae4c (patch)
tree58d265ec58d2ee4a3df52bc933579dd0b5f415aa
parentaf1a5079fd1e8a2e1dfd7180b2e452671176dcc1 (diff)
downloadroux-31f23dd5925196b5c0eb81cdf9537913b9a3ae4c.tar.gz
there is a non-uniformity with "cls"
-rw-r--r--lisc/fpintro.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisc/fpintro.txt b/lisc/fpintro.txt
index 1491da5..9bfaf24 100644
--- 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.