# Class: com.pnfsoftware.jeb.core.units.code.asm.processor.ProcessorInformation

Basic implementation of [IProcessorInformation](IProcessorInformation).

## Constructor: ProcessorInformation
- parameter: `endianness`, type: `com.pnfsoftware.jeb.util.io.Endianness`

Description: Create processor information.
parameter: endianness: processor endianness

## Method: getEndianness
- return type: `com.pnfsoftware.jeb.util.io.Endianness`


## Method: setEndianness
- parameter: `endianness`, type: `com.pnfsoftware.jeb.util.io.Endianness`

Description: Set the processor endianness.
parameter: endianness: processor endianness

