diff options
-rw-r--r-- | 032operands.cc | 2 |
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" |