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

Re: a2tools for ProDOS (?)



Problock can make DSK images from ProDOS-8 disks.  You could either use the
whole program to do it manually, or just copy the sections of the code that
execute MLI calls for reading and writing blocks to a file.

Problock shipped with the source code, you should be able to find both at
Asimov or Bill Garber's web site.

- Mike

Chris Morse <chris@cosmicwolf.com> wrote in message
5sfkkvcssv6v6ci2iodt8a3e2vrhqter8m@4ax.com">news:5sfkkvcssv6v6ci2iodt8a3e2vrhqter8m@4ax.com...
>
>
> I'm doing some Apple II development using the CC65 6502 C compiler and
> their CA65 assembler.  I found a nice tool called "a2tools" that lets
> me easily inject/copy my final binary program into an Apple II .DSK
> image for use with an emulator.  A2TOOLS works with DOS 3.3 disks.
> You can find it here:
>     http://home.tiscali.se/pausch/apple2/dsk.html#a2tools
>
> I'm wondering if there is a command-line utility like this that will
> work with ProDOS-8 disk images.  Anyone know of one?  I have a
> registered copy of Apple ][ Oasis, and their file manager can do the
> job, but it's not quite and must be done manually ; it would be much
> nicer if my 'compile.bat' file could do the job for me using a
> command-line tool.
>
> Thanks,
> // CHRIS
>