mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 02:39:44 +02:00
Additional processor manual URL usage refinements
This commit is contained in:
parent
90f6b5c7e5
commit
80af51eb9d
4 changed files with 27 additions and 18 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue