Uses of Interface
com.pnfsoftware.jeb.core.units.code.asm.processor.IOperandBuilder
Packages that use IOperandBuilder
Package
Description
Types used to define and represent processors' instructions, operands, and registers.
-
Uses of IOperandBuilder in com.pnfsoftware.jeb.core.units.code.asm.processor
Classes in com.pnfsoftware.jeb.core.units.code.asm.processor that implement IOperandBuilderModifier and TypeClassDescriptionclassAn operand builder for immediates with default values which can be zero-extended or sign-extended.classAbstractOperandBuilder<T extends IInstructionOperand>An operand builder that supports an optional value as well as a memory area.classDefault implementation ofAbstractImmediateOperandBuilderthat build 3 different types of operand: IMM, RELADDR and ADDR.