Update manual to include "aword" search term for isearch command.
This commit is contained in:
parent
c0d49ae372
commit
5dae1e9b0d
|
@ -191,6 +191,8 @@ they are specified with other options.
|
||||||
Match only byte operations.
|
Match only byte operations.
|
||||||
.IP "\fBword\fR"
|
.IP "\fBword\fR"
|
||||||
Match only word operations.
|
Match only word operations.
|
||||||
|
.IP "\fBaword\fR"
|
||||||
|
Match only address-word (20-bit) operations.
|
||||||
.IP "\fBjump\fR"
|
.IP "\fBjump\fR"
|
||||||
Match only jump instructions (conditional and unconditional jumps, but
|
Match only jump instructions (conditional and unconditional jumps, but
|
||||||
not instructions such as BR which load the program counter explicitly).
|
not instructions such as BR which load the program counter explicitly).
|
||||||
|
|
Loading…
Reference in New Issue