Additional processor manual URL usage refinements

This commit is contained in:
ghidra1 2020-09-10 17:36:17 -04:00
parent 90f6b5c7e5
commit 80af51eb9d
4 changed files with 27 additions and 18 deletions

View file

@ -393,7 +393,8 @@ public interface Language {
*
* @param instructionMnemonic
* the instruction mnemonic
* @return the ManualEntry or null if instruction mnemonic not found
* @return the ManualEntry or null. A default manual entry will be returned if
* an instruction can not be found within the index and a manual exists.
*/
public ManualEntry getManualEntry(String instructionMnemonic);