Close
0%
0%

Z80 Structured programming

This preprocessor allows programmers to use structured code in assembly, such as do while loops, switch, if then else. It's written in AWK.

Similar projects worth following
A preprocessor to use structured programming with a Z80

There is a bunch of new Z80 enthusiasts out there making their own computers. I've been building mine for quite long, and I developped a few software tools for it.

This software is a preprocessor that allows the use of structured programming similar to higher level languages. Of course, you can program in C with SDCC or other compilers for the Z80, but this makes assembler code much easier to read. How about a do { } while structure, but in assembler? And nested? It generates all the local labels automatically!

The preprocessor is written in Awk, for use with the SDCC assembler. It can be easily modifed to support other assemblers.

View project log

Enjoy this project?

Share

Discussions

Similar Projects

Does this project spark your interest?

Become a member to follow this project and never miss any updates