[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Wanted : Verified working compiler disk image



TASC works - in fact I used it last week to compile a program.

BRUN TASC

and then when it asks you, enter the name of your BASIC prog.  e.g. MY
PROG,D2
if it is in the second drive.

Then it will compile your prog.

When you want to run your program, you need to BLOAD RUNTIME and then BRUN
MY PROG.OBJ, so you will need to copy RUNTIME from the TASC disk to your own
programs disk.

You might want to stick these commands in a TEXT file and EXEC them ...

TASC can be found on Asimov in the programming languages directory.

 ftp://ftp.apple.asimov.net/pub/apple_II/

Mike

"Jeffrey Theusch" <larva_jt1@yahoo.com> wrote in message
3c812d85.7116785@news.wi.centurytel.net">news:3c812d85.7116785@news.wi.centurytel.net...
> I am looking to compile a few graphical Applesoft programs. But, the
> few compiler disks that I have tried to do this with do not work
> according to their instructions.  I have tried Hayden 4.0 and Einstein
> compilers, but after loading my program and BRUNning the compiler app,
> they say things like 'DISK ERR' and 'Wrong Disk'.  Is there a disk
> image available for compiler software that is 'tried and true'?
>
> telepath75@hotmail.com