AssemblyLanguage

illustrations illustrations illustrations illustrations illustrations illustrations illustrations
Creating Z80 dynamic shared libraries

Creating Z80 dynamic shared libraries

Anyone who has used the Windows operating system for any length of time has probably encountered the phrase “DLL hell”, even if they haven’t directly experienced it. The concept of shared …

Read More
Creating a code style guide

Creating a code style guide

I’ve written previously about the importance of a style guide for written content. The same is true for code. Arguably, it’s more important because code is much harder to understand. When …

Read More