gp48k / zmac

Z-80 macro cross-assembler.
http://48k.ca/zmac.html
13 stars 7 forks source link

zi80dis: remove gratuitous use of C++ and convert to pure C #2

Closed rofl0r closed 1 year ago

rofl0r commented 2 years ago

now everything can be compiled with a C compiler, which makes it simpler to hack on, produce a smaller binary, and makes it more portable (a C compiler exists for many more platforms than a C++ compiler, including the TRS-80 itself.)

gp48k commented 1 year ago

Sorry for taking so long to look at this.