Uses of Package
com.pnfsoftware.jeb.core.units.code.asm.simulator
Packages that use com.pnfsoftware.jeb.core.units.code.asm.simulator
Package
Description
Types used to define and represent processors' instructions, operands, and registers.
Types used for (limtied) native instruction simulation.
-
Classes in com.pnfsoftware.jeb.core.units.code.asm.simulator used by com.pnfsoftware.jeb.core.units.code.asm.processorClassDescriptionA resolver attempts to determine the actual value of symbols and items used by instruction artifacts.High Level design for an instruction emulator: it indicates if the PC is updated (meaning a jump will be done, see
IInsnEmulator.getBranchType()
for jump type) and is able to compute the result of the operation. -
Classes in com.pnfsoftware.jeb.core.units.code.asm.simulator used by com.pnfsoftware.jeb.core.units.code.asm.simulatorClassDescriptionHigh Level design for an instruction emulator: it indicates if the PC is updated (meaning a jump will be done, see
IInsnEmulator.getBranchType()
for jump type) and is able to compute the result of the operation.Definition of an operand element.Definition of a resolved operand.