Uses of Interface
com.pnfsoftware.jeb.core.units.code.asm.processor.IInstructionOperandSized
Packages that use IInstructionOperandSized
Package
Description
Types used to define and represent processors' instructions, operands, and registers.
Types used during the generation of native code disassembly.
-
Uses of IInstructionOperandSized in com.pnfsoftware.jeb.core.units.code.asm.processor
Subinterfaces of IInstructionOperandSized in com.pnfsoftware.jeb.core.units.code.asm.processorModifier and TypeInterfaceDescriptioninterface
Operands performing Complex Memory Access (CMA).interface
This interface is used to represent the most common types of operands: immediate values, registers, direct addresses (absolute or relative), memory access, etc.interface
Operand that contains several operands.Classes in com.pnfsoftware.jeb.core.units.code.asm.processor that implement IInstructionOperandSizedModifier and TypeClassDescriptionclass
Reference implementation forIInstructionOperandGeneric
.class
Reference implementation forIInstructionOperandList
.class
A simple implementation ofIInstructionOperandGeneric
. -
Uses of IInstructionOperandSized in com.pnfsoftware.jeb.core.units.code.asm.render
Methods in com.pnfsoftware.jeb.core.units.code.asm.render with parameters of type IInstructionOperandSizedModifier and TypeMethodDescriptionfinal void
GenericCodeFormatter.formatImm
(long address, IInstructionOperandSized opnd, long value, int opndIndexGlobal, CodeDocumentPart out) GenericCodeFormatter.getMemoryAccessSizeInfo
(InsnType insn, IInstructionOperandSized opnd) Can be overridden.