about summary refs log tree commit diff stats
path: root/subx/030---operands.cc
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-03-17 22:57:42 -0700
committerKartik Agaram <vc@akkartik.com>2019-03-17 22:57:42 -0700
commit938185b33ccf30aa8aa20bf8cc22073e140697bf (patch)
tree4e65589bca1a5145ec8056afba49aae8d9499f75 /subx/030---operands.cc
parentba80524a9f38667f9d82990067192103b490dd73 (diff)
downloadmu-938185b33ccf30aa8aa20bf8cc22073e140697bf.tar.gz
5008
Diffstat (limited to 'subx/030---operands.cc')
-rw-r--r--subx/030---operands.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/subx/030---operands.cc b/subx/030---operands.cc
index c8e2942d..1a4ec563 100644
--- a/subx/030---operands.cc
+++ b/subx/030---operands.cc
@@ -138,6 +138,7 @@ void init_operand_type_help() {
   );
   put(Help, "disp16",
     "16-bit value to be added in many instructions.\n"
+    "Currently not used in any SubX instructions.\n"
   );
   put(Help, "disp32",
     "32-bit value to be added in many instructions.\n"