Changes

Jump to: navigation, search

Z88DK

235 bytes added, 01:26, 14 August 2010
Binary releases are available for Amiga, Solaris and Win32. Win16/MSDOS needs to be rolled by the user. On BSD machines, GNU make should be used instead of the native make program.
== usage Usage ==
world.c from the z88dk console examples :
<pre>
 
compile :
zcc +cpc -create-app -make-app -O3 -unsigned -o out.bin world.c -lndos -zorg=16384
 
#include <stdio.h>
#include <cpc.h>
}
</pre>
 
must-read topic :
* [http://www.z88dk.org/wiki/doku.php?id=platform:amstradcpc]
* [http://www.z88dk.org/wiki/doku.php?id=usage:stackframe]
== Libraries for the CPC ==
19
edits