diff options
author | Kartik Agaram <vc@akkartik.com> | 2020-09-27 23:28:29 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2020-09-27 23:28:29 -0700 |
commit | 1efadebb45ddfb92e140b58d8155637a9be873ad (patch) | |
tree | 939a7c5d88f43d7649cdd290a9bae1d3ea720914 | |
parent | 64a39b29eb2186a1d9fb00a2bd8701ae9d0c0c1d (diff) | |
download | mu-1efadebb45ddfb92e140b58d8155637a9be873ad.tar.gz |
6892
-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" |