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 TypeInterfaceDescriptioninterfaceOperands performing Complex Memory Access (CMA).interfaceThis interface is used to represent the most common types of operands: immediate values, registers, direct addresses (absolute or relative), memory access, etc.interfaceOperand that contains several operands.Classes in com.pnfsoftware.jeb.core.units.code.asm.processor that implement IInstructionOperandSizedModifier and TypeClassDescriptionclassReference implementation forIInstructionOperandGeneric.classReference implementation forIInstructionOperandList.classA 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 voidGenericCodeFormatter.formatImm(long address, IInstructionOperandSized opnd, long value, int opndIndexGlobal, CodeDocumentPart out) GenericCodeFormatter.getMemoryAccessSizeInfo(InsnType insn, IInstructionOperandSized opnd) Can be overridden.