CSE 351 Tools

Size


The size, in bits, of the integer

Form


The integer value encoding scheme

Endianness


The order of the bytes in memory

Bits

0b00000000 = 0 = 0x00

Increment


Adds 1 to the binary representation

Shift Left


Computes value << 1

Shift Right


Computes value >> 1

Target Value


The bits will be changed to reach or approach this value

Value Represented By Integer

0
The integer value represented by the bits (Min: 0, Max: 255)