Int1 & int2&int4& int8?

Int1 : 0-255
Int2 : -32767 - 32767
Int4 : -2147483647 - 2147483647
Int8 : lots!

Depending on sign bits and whatnot, but that’s typical.

1 Like