Uses of Class
com.pnfsoftware.jeb.core.units.code.asm.processor.memory.EncodedMemoryAreaList
Packages that use EncodedMemoryAreaList
Package
Description
The encoded memory area types can be used to represent some operand encodings.
-
Uses of EncodedMemoryAreaList in com.pnfsoftware.jeb.core.units.code.asm.processor.memory
Methods in com.pnfsoftware.jeb.core.units.code.asm.processor.memory that return EncodedMemoryAreaListModifier and TypeMethodDescriptionstatic EncodedMemoryAreaListEncodedMemoryAreaList.fromBits(int... b) Build anEncodedMemoryAreaListfrom several isolated bits.DirectEncodedMemoryArea.shift(int shift) static EncodedMemoryAreaListEncodedMemoryAreaList.shift(IEncodedMemoryArea memoryArea, int shift) Left shift anIEncodedMemoryAreaby a static value.