Interface IInstructionOperandRegisterBased

All Superinterfaces:
IInstructionOperand
All Known Subinterfaces:
IInstructionOperandCMA, IInstructionOperandGeneric, IInstructionOperandList
All Known Implementing Classes:
AbstractInstructionOperandGeneric, AbstractInstructionOperandList, Operand

public interface IInstructionOperandRegisterBased extends IInstructionOperand
Operands that potentially use registers.
  • Method Summary

    Modifier and Type
    Method
    Description
    getRegisterName(long registerIdentifier)
    Convert a register identifier to its name.

    Methods inherited from interface com.pnfsoftware.jeb.core.units.code.IInstructionOperand

    format
  • Method Details

    • getRegisterName

      String getRegisterName(long registerIdentifier)
      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: