public interface

IInstructionOperandRegisterBased

implements IInstructionOperand
com.pnfsoftware.jeb.core.units.code.asm.processor.IInstructionOperandRegisterBased
Known Indirect Subclasses

Class Overview

Operands that potentially use registers.

Summary

Public Methods
abstract String getRegisterName(long registerIdentifier)
Convert a register identifier to its name.
[Expand]
Inherited Methods
From interface com.pnfsoftware.jeb.core.units.code.IInstructionOperand

Public Methods

public abstract 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.