https://www.devever.net/~hl/regmap
If you've ever had to write a program which interfaces directly with hardware — perhaps while writing a program for an MCU or embedded system or a kernel driver — you may have noticed a few common patterns in register map behaviour and design. I'm not sure anyone has ever really collected them together, so I decided to make a list of all the ones I can think of.
(Score: 4, Informative) by stormreaver on Monday May 22, @09:29PM
A more elegant CPU for a more civilized age. I had a CoCo 3 (which had the 6809) and an IBM Compatible (remember those?) with an 8088. The 6809 ran rings around the 8088, and did so at a small fraction of the CPU speed. The 6809 was a pleasure to program, and the 8088 was close to nightmarish by comparison. There were many times when programming the 8088 that I said out loud, "That's idiotic!" about the Intel instruction set.