Bitfield Pitfalls | OS/2 Museum

@bug a u2; or an s2, if it's signed.

A byte is a u8, a nibble  is a u4.

A a dword is a u32 and a qword is a u64... and so on.

Simple, unambiguous, and it even tells you whether it's signed or unsigned... but it's not cute , I grant you.

I think it's unlikely to be confused with the high-altitude plane ✈️ or the rock band , given context 😁

#Types #BitFields