Menu

Z83 C Compiler / News: Recent posts

There is now a library and MirageOS Support

I've begun writing a small library. So far there are some print functions and some graphics functions. All of my example/test programs have been updated to use it. I've also defined some macros to set and reset some common flags.

It is also now possible to compile programs for MirageOS.

Posted by Michael Bruno 2006-07-04

Added a Windows Package

I have successfully been able to compile z83cc natively under windows with Mingw32, and have uploaded a binary Windows package.

Posted by Michael Bruno 2006-07-01

Now Using Autotools

The distribution source package has now been setup with GNU Autotools, so the traditional ./configure && make && make install can now be done.

Posted by Michael Bruno 2006-06-28

Windows Support

The Z83 C Compiler now successfully compiles and runs on windows in cygwin. Get cygwin at http://www.cygwin.com/. When installing make sure to install the devel section of software.
When compiled under cygwin, output files will have DOS style line breaks.

Posted by Michael Bruno 2006-06-27