News

This write-up will introduce structures and unions in C, how to declare and use them, and how unions can be (ab)used as an alternative approach for pointer and bitwise operations. Yes, we could ...
This often means working on the register level. It doesn ... ways to skin this cat. In C (and its derivatives) there are two major options: shift and mask, and bit fields. Consider this register ...