Changes

Jump to: navigation, search

Z88DK

343 bytes added, 10:16, 26 January 2022
Category
== Usage ==
To compile this example :zcc +cpc -create-app -make-app -O3 -unsigned -o out.bin world.c -lndos -zorg=16384 Here is world.c from the z88dk console examples :
<pre>
</pre>
another Compile this example with: zcc +cpc -create-app -make-app -O3 -unsigned -o out.bin world.c -lndos -zorg=16384 If you get an error message during compilation ("File open/read error"), make sure the <tt>Z80_OZFILES</tt> environment variable is set correctly, see [http://www.z88dk.org/wiki/doku.php?id=installation#z80_ozfiles]. [[File:Z88dk hw.png|thumb|256px|''Hello world'' example]] The resulting binary can be run from BASIC with:  memory &3fff load "out.cpc",&4000 call &4000 Another more specific example :
<pre>
*[[CPCRSlib]]
* Crocolib by Arnaudstorq (no link deadexists anymore)
== Released Software ==
* [[Nanako Descends To Hell]] (game)
* [[Platformer Medley Block #1]] (game)
* [[Phantomas Saga #1: Infinity]] (game)
== Weblinks ==
* [http://z88dk.sourceforge.net/platforms.html Machine support page]
* [http://z88dk.sourceforge.net/screenshots.html Screenshots on different machines]
* [http://www.octoate.de/joomlawp/articles/german/entwickeln-mit-z88dk/index.php?option=com_content&task=view&id=17&Itemid=36 Tutorial on how to develop with Z88dk for the CPC (German)] ( dead link in German)
* [http://espsoft.amstrad.es/?page_id=257 CPC Sprite library for z88dk]
[[Category:C]] [[Category:GSX]][[Category:Programming_software]][[Category:CrossDev]]
901
edits