CSE 351 Tools
SizeThe size, in bits, of the integer | FormThe integer value encoding scheme | EndiannessThe order of the bytes in memory |
Bits0b00000000 = 0 = 0x00 | ||
IncrementAdds 1 to the binary representation | Shift LeftComputes value << 1 | Shift RightComputes value >> 1 |
Target ValueThe bits will be changed to reach or approach this value | ||
Value Represented By Integer0The integer value represented by the bits (Min: 0, Max: 255) |