Bug fix: allow search for address-word instructions.
This commit is contained in:
parent
ccc5854854
commit
fa38e28587
1
rtools.c
1
rtools.c
|
@ -385,6 +385,7 @@ static int cmd_isearch(cproc_t cp, char **arg)
|
||||||
{"opcode", isearch_opcode},
|
{"opcode", isearch_opcode},
|
||||||
{"byte", isearch_bw},
|
{"byte", isearch_bw},
|
||||||
{"word", isearch_bw},
|
{"word", isearch_bw},
|
||||||
|
{"aword", isearch_bw},
|
||||||
{"jump", isearch_type},
|
{"jump", isearch_type},
|
||||||
{"single", isearch_type},
|
{"single", isearch_type},
|
||||||
{"double", isearch_type},
|
{"double", isearch_type},
|
||||||
|
|
Loading…
Reference in New Issue