Aug 052009
 

Emilio Guerrero released a new version of his CCZ80 compiler which understands C style code and is aimed for Z80 CPUs (thanks for your message here!).

Here are the new features / bugfixes of the new version:

  • Allow clause register for one parameter functions passing the parameter value in register, not in stack.
  • Optimization of standard library and specific libraries for each computer for use clause register.
  • Updated sintax files for editors for new clause.
  • Updated documentation for clause register.
  • Fixed some errors in libraries.

You can download it and get more informations about the new version from the CCZ80 homepage.

Mar 272009
 

Emilio Guerrero released a new version of his CCZ80 compiler which understands C style code and is aimed for Z80 CPUs (thanks for your message here!).

Here are the new features / bugfixes of the new version:

  • New option in compiler /include for specify paths to search include files in program.
  • Allow use labels with the operators == and !=.
  • Allow assembler undocumented instructions (using registers IXh, IXl, IYh, IYl and rotate/shift instructions).
  • If parameter of repeat command is 0 dont’t execute any loop (previous the fix, execute 65536 times).
  • Avoid runtime error in compiler when omit an element in a comma separated list (parameters by example).
  • Optimization for remove function parameters from stack, after function execution.
  • Improvements in product, division and module operations and little imprevements in code optimization.
  • Improvement in assembler source code format when use /asm option.
  • Show message when finish compilation when any error.

You can download it and get more informations about the new version on the CCZ80 homepage.

May 032008
 

You already read it in my last posting, there is a new version of CCZ80, a compiler for a C-style language, available. Now Dinoneno posted the sourcecode of a small game called “Blocking” written in this language as an example.
Have a look at his forum posting (and I won’t provide a binary file here, just try it by yourself, it’s not so complicated :-p).
Here is a screenshot of this small game:

blocking

Apr 282008
 

CCZ80 is a compiler for C style code aimed for Z80 CPUs written by Emilio Guerrero.

New features / bugfixes:

  • Avoid specify as source file the value “”.
  • Avoid warning ‘Constant not used’ when it’s used.
  • Corrections in expressions evaluation.

You can download it and get more informations about the new version on the CCZ80 homepage.

By continuing to use the site, you agree to the use of cookies. more information

The cookie settings on this website are set to "allow cookies" to give you the best browsing experience possible. If you continue to use this website without changing your cookie settings or you click "Accept" below then you are consenting to this.

Close