Mar 272010
 

Right after the release of version 1.0, Norecess released a new bugfix version of his C compiler for the CPC and for PC. You can read more about it in my previous article about PhrozenC.

Here are the changes of the new version:

  • CC (Win32) Fixed crash when included file does not exist
  • Fixed crash when calling CC with a C file entirely created on a CPC
  • Fixed CS RSX-command usage. Now only ROM-based, but 100% safe
  • Updated documentation with compiler internal section

You can download the latest version from Sourceforge.

Mar 242010
 

Arnaud Storq aka Norecess released the first version of his new C compiler for the Amstrad CPC. The compiler is available in different versions:

  • a PC version for cross-development (command-line)
  • a CPC ROM version (use that, if you can)
  • a 64k CPC version (standalone, which resets after execution)
  • a 128k CPC version (useable with RSX commands)

If you use the compiler on the PC, it will compile a .C file into an ASM file, which you can use e.g. in WinApe to compile it. On the CPC you can compile it with MAXAM.
PhrozenC also comes with a 33 page PDF manual, which covers how to use the compiler for your own programs. Examples are also included and some libraries for file management, graphics, memory mangement, string operations… are also available.
He also wants to improve the compiler, so send him your feedback :-).

You can download PhrozenC from Sourceforge or at the end of this article.

Sep 172008
 

Arnaud STORQ released the second part of his PHAT demo for the Amstrad CPC Plus, called – surprise, surprise – PHAT 2 ;-). This time it is not written in C but in good old Z80 assembly language. You can download the demo from his homepage.

phat2

Jul 202008
 

Hey, another Amstrad Plus demo (needs at least 128k RAM) is there and this time it shows that it is possible to write a demo with C (the Z88dk compiler was used to program this demo). You can download the demo from Cpcscene.com .
If you also want to program with C for the CPC you can read this programming guide.

phat