Page 1 of 1

bin3000

Posted: Wed May 22, 2019 7:33 pm
by oflor
Hi People:

I'm a new z88dk user.

I'm try to make a simple hello_word.c program. I can compile buy I don't find the bin3000 utility to make the .d64.

I find the bin3000.c program but I don't know how to compile it.

Can You help me?

Posted: Wed May 22, 2019 8:41 pm
by stefano
I hope it works, but you should have everything in appmake.
try appmake +128, you should get a help page

the expected behaviour is even simpler:
zcc +c128 -subtype=disk -create-app -lm program.c