From 5dae1e9b0d8119ea51eed67322e5da9dcd3dfdc2 Mon Sep 17 00:00:00 2001 From: Daniel Beer Date: Thu, 9 Sep 2010 12:24:36 +1200 Subject: [PATCH] Update manual to include "aword" search term for isearch command. --- mspdebug.man | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mspdebug.man b/mspdebug.man index 8c887fa..090a53d 100644 --- a/mspdebug.man +++ b/mspdebug.man @@ -191,6 +191,8 @@ they are specified with other options. Match only byte operations. .IP "\fBword\fR" Match only word operations. +.IP "\fBaword\fR" +Match only address-word (20-bit) operations. .IP "\fBjump\fR" Match only jump instructions (conditional and unconditional jumps, but not instructions such as BR which load the program counter explicitly).