Thread
language/compiler suggestion?
Hello!
I would like to create a screensaver type program that will run on a 68000.
I want to make it a basic digital clock, but two versions. One version will only show the hour. The other, minutes.
My overall goal is to have one compact mac showing the hour and the one next to it showing the minute.
What language or compiler should I task this to?
Thanks!
I would like to create a screensaver type program that will run on a 68000.
I want to make it a basic digital clock, but two versions. One version will only show the hour. The other, minutes.
My overall goal is to have one compact mac showing the hour and the one next to it showing the minute.
What language or compiler should I task this to?
Thanks!
Then you will probably want to get a C compiler, since that's the closest language to what you know. There may even be a C++ compiler for the 68000 too.
Otherwise, the Microsoft BASIC might be able to do what you want. I think it can go full-screen. Electronic documentation is hard to find for these languages, but I have the printed manual for both Microsoft Quick BASIC and the Microsoft BASIC Interpreter.
Otherwise, the Microsoft BASIC might be able to do what you want. I think it can go full-screen. Electronic documentation is hard to find for these languages, but I have the printed manual for both Microsoft Quick BASIC and the Microsoft BASIC Interpreter.