summary refs log tree commit diff
path: root/lisc/fpintro.txt
diff options
context:
space:
mode:
Diffstat (limited to 'lisc/fpintro.txt')
-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.