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.
PhrozenC is a C compiler which is available in versions for the PC and the CPC (ROM, 64k, 128k). This file includes all versions of it and also a 33 page PDF manual. You need an assembler which is compatible to MAXAM to compile the generated ASM file.
Author: | Norecess |
Category: | Programming |
Date: | March 24, 2010 |