[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Writing apple 2 images on disk
> What are you guys using to use disk images on your real apple 2?
On the Apple II you normally would use a rom machine language subroutine to
save portions of memory , simply writing on a disk file the bytes starting
at locanion 2000 hex (hi res page 1) or 4000 hex (hi res page 2) using an
applesoft/dos call like :
BSAVE <name of file>,A$2000,L$2000
where A$ is the starting byte location (in hex) and L$ the number of bytes
to be written.
or you might call the correspondent machine language subroutine from
assembly.
Don't think you can use the 1541 drive other than connecting it to the apple
II with some custom hardware card..
Mirko
<fred569us@yahoo.com> ha scritto nel messaggio
1116251971.468694.301420@z14g2000cwz.googlegroups.com">news:1116251971.468694.301420@z14g2000cwz.googlegroups.com...
> Hi,
>
> I'd like to write apple 2 disk images on 5"1/4 disks. The only 5"1/4
> unit I have is a 1541 for my C64. I have the necessary tools to write
> C64 images on 5"1/4 disks and I'm wondering whether I could use them or
> similar ones and use my C64 to write apple 2 disks. Is this possible?
> What are you guys using to use disk images on your real apple 2?
>
> -fred
>