Jan 132011
 

Emilio Guerrero released a new version of his CCZ80 compiler which understands C style code and is aimed for Z80 CPUs.

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

  • Use Microsoft .NET 4 Client Profile to reduce the requirements for the computer.
  • Add some optimizations for generated code.
  • ccz80 IDE and sprUtilCPC sprites editor for Amstrad CPC is also compiled to Microsoft .NET 4 Client Profile.
  • Syntax files for editors adapted to ccz80 version 3.
  • Fixed and improved the application and documentation for ImgEditSprUtilCPC to design sprites to use with sprUtilCPC.
  • Included setup utility to download and install the compiler, documentation, tools, etc.
  • New IDE version 2.
  • ccz80 IDE minor improvements and documentation.

You can download it from the CCZ80 homepage.

Apr 132010
 

Emilio Guerrero released a new version of his CCZ80 compiler which understands C style code and is aimed for Z80 CPUs.

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

  • Lets write keywords in uppercase or lowercase.
  • Add the ability to create macros with the instruction define.
  • Remove const statement whose functionality is replaced by define.

You can download it from the CCZ80 homepage.

Feb 152010
 

Emilio Guerrero released a new version of his CCZ80 compiler which understands C style code and is aimed for Z80 CPUs.

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

  • Allow initializate a text string with string instruction.
  • Fixed functions printf, fprintf and lprinf in libraries for Amstrad CPC for write negatives real numbers.
  • Show information about the binary file created.

You can download it from the CCZ80 homepage.

Aug 142009
 

Ok, this is something for the spanish CPC users: Artaburu started a programming blog where he mostly writes how to use CCZ80, the C compiler by Emilio Guerrero, in combination with the CPCRSlib. You can try to use the Google translation service to translate the page into english.

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.