Clean z80 Coding (2/3)
by Hicks. If you have read the first part of this article, your code is now readable (#1), no hardcoded (#2), full of macros (#3) and well commented (#4)? We can therefore discuss other equally important rules: meaningful names (#5), conditional code (#6), and assertions (#7). Rule #5: Choose Meaningful Names When assemblers such as […]