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 EncodedMemoryAreaList
EncodedMemoryAreaList.fromBits
(int... b) Build anEncodedMemoryAreaList
from several isolated bits.DirectEncodedMemoryArea.shift
(int shift) static EncodedMemoryAreaList
EncodedMemoryAreaList.shift
(IEncodedMemoryArea memoryArea, int shift) Left shift anIEncodedMemoryArea
by a static value.