Hacker News new | ask | show | jobs
by s_gourichon 1605 days ago
This page is about memory-mapped hardware registers, not CPU registers.

It explains pitfalls in accessing these through low level C definitions, proposes a C++ encapsulation class and summarizes pros and cons.