How are enums represented? As the smallest of 8, 16, 32 bit unsigned integer that can hold all the values? An enum with 128 or 255 values -- 8 bits or 16? I assume 8. Packable into fewer bits, if they fit presumably. - Jay