about summary refs log tree commit diff stats
path: root/apps/sigils.subx
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-09-28 22:19:18 -0700
committerKartik Agaram <vc@akkartik.com>2020-09-28 22:19:18 -0700
commit3a2888ae47179d0c831b09d510f78d85adaddffe (patch)
tree11c3b3b9a5413d0fa2b3394f102992a8cf62dd5b /apps/sigils.subx
parent59391f2af4a5c744229c1746dc2b29ff871bd665 (diff)
downloadmu-3a2888ae47179d0c831b09d510f78d85adaddffe.tar.gz
6895
Diffstat (limited to 'apps/sigils.subx')
-rw-r--r--apps/sigils.subx2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/sigils.subx b/apps/sigils.subx
index 74ec48b9..b076d24e 100644
--- a/apps/sigils.subx
+++ b/apps/sigils.subx
@@ -41,6 +41,8 @@
 #
 # No metadata allowed inside '*(...)'.
 # Whitespace inside '*(...)' is ok. But not immediately after the '*' or '%'.
+# We don't support conversions to floating-point registers. In particular, so
+# far there's no %xmm1.
 #
 # The code generated is sub-optimal:
 #   - displacements are always disp32, even when disp8 will do