Interface IInstructionOperandRegisterBased
- All Superinterfaces:
IInstructionOperand
- All Known Subinterfaces:
IInstructionOperandCMA
,IInstructionOperandGeneric
,IInstructionOperandList
- All Known Implementing Classes:
AbstractInstructionOperandGeneric
,AbstractInstructionOperandList
,Operand
Operands that potentially use registers.
-
Method Summary
Modifier and TypeMethodDescriptiongetRegisterName
(long registerIdentifier) Convert a register identifier to its name.Methods inherited from interface com.pnfsoftware.jeb.core.units.code.IInstructionOperand
format
-
Method Details
-
getRegisterName
Convert a register identifier to its name. By convention, -1 is an invalid identifier. All other values should be considered potentially valid identifiers.- Parameters:
registerIdentifier
-- Returns:
-