You can use a shortened shift (`0xFF shl 24 and 0x...
# announcements
b
You can use a shortened shift (
0xFF shl 24 and 0xFFFFFF
), that’s what I normally do.