about summary refs log tree commit diff stats
path: root/032operands.cc
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-09-27 23:28:29 -0700
committerKartik Agaram <vc@akkartik.com>2020-09-27 23:28:29 -0700
commit1efadebb45ddfb92e140b58d8155637a9be873ad (patch)
tree939a7c5d88f43d7649cdd290a9bae1d3ea720914 /032operands.cc
parent64a39b29eb2186a1d9fb00a2bd8701ae9d0c0c1d (diff)
downloadmu-1efadebb45ddfb92e140b58d8155637a9be873ad.tar.gz
6892
Diffstat (limited to '032operands.cc')
-rw-r--r--032operands.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/032operands.cc b/032operands.cc
index 22a6ca83..8c163932 100644
--- a/032operands.cc
+++ b/032operands.cc
@@ -127,7 +127,7 @@ void init_argument_type_help() {
     "\n"
     "One subtlety here: while /xm32 refers to floating-point registers in direct mode\n"
     "(when /mod is 3), other addressing modes to construct memory addresses use integer registers\n"
-    "(just like /rm32). Other than that, its behavior is identical to /rm32.\n"
+    "(just like /rm32). Other than direct mode, its behavior is identical to /rm32.\n"
   );
   put(Help, "base",
     "Additional 3-bit argument (when 'rm32' is 4, unless 'mod' is 3) specifying the\n"