bin3000

Installing on windows
Post Reply
oflor
Member
Posts: 19
Joined: Fri Nov 09, 2018 9:43 pm

bin3000

Post 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?
stefano
Well known member
Posts: 2137
Joined: Mon Jul 16, 2007 7:39 pm

Post 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
Post Reply