Class EncodedMemoryAreaUtil
java.lang.Object
com.pnfsoftware.jeb.core.units.code.asm.processor.memory.EncodedMemoryAreaUtil
Utility routines for
IEncodedMemoryArea
.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic int
signExtendInt
(byte[] code, IEncodedMemoryArea memoryAreas) static long
signExtendLong
(byte[] code, IEncodedMemoryArea memoryAreas) static long
zeroExtend
(byte[] code, int index, int length) static int
zeroExtend
(byte[] code, IEncodedMemoryArea memoryArea) static long
zeroExtendLong
(byte[] code, IEncodedMemoryArea... memoryAreas)
-
Constructor Details
-
EncodedMemoryAreaUtil
public EncodedMemoryAreaUtil()
-
-
Method Details
-
signExtendInt
-
signExtendLong
-
zeroExtend
-
zeroExtendLong
-
zeroExtend
public static long zeroExtend(byte[] code, int index, int length)
-