public interface

IInstructionOperand

com.pnfsoftware.jeb.core.units.code.IInstructionOperand
Known Indirect Subclasses

Class Overview

Base definition for instruction operands.

Summary

Public Methods
abstract String format(long address)
Format the operand, assuming it is used by an instruction at the provided address.

Public Methods

public abstract String format (long address)

Format the operand, assuming it is used by an instruction at the provided address.

Parameters
address the instruction address, 0 if none
Returns
  • simple string representation of the operand