This simply program:
Code: Select all
#include <stdio.h>
main()
{
printf("HELLO WORD\n");
printf("Z88DK\n");
printf("ON AMSTRAD CPC\n");
while (getk() != 13) {};
}
zcc +cpc -o printf4.bin printf4.c -create-app -lndos -Ca-v
Gets this on the cpc:

The program/machine is also hang. I've used the sourceforge 1.8 binaries zip.
Of course, this works perfectly on v1.7
Cheers.