Uses of Class
com.pnfsoftware.jeb.core.units.code.asm.processor.CannotReadRegisterException
Packages that use CannotReadRegisterException
Package
Description
Types used to define and represent processors' instructions, operands, and registers.
Architecture-specific information for processors, such as as common registers bank definitions.
-
Uses of CannotReadRegisterException in com.pnfsoftware.jeb.core.units.code.asm.processor
Methods in com.pnfsoftware.jeb.core.units.code.asm.processor that throw CannotReadRegisterExceptionModifier and TypeMethodDescriptionlong
IRegisterData.getFlags()
This convenience method returns the value of the general purpose flag.long
IRegisterData.getProgramCounter()
This convenience method returns the value of the program counter register. -
Uses of CannotReadRegisterException in com.pnfsoftware.jeb.core.units.code.asm.processor.arch
Methods in com.pnfsoftware.jeb.core.units.code.asm.processor.arch that throw CannotReadRegisterExceptionModifier and TypeMethodDescriptionlong
AbstractRegisterData.getFlags()
long
AbstractRegisterData.getProgramCounter()