[Coco] RS-DOS COPY crashing system
Arthur Flexser
flexser at fiu.edu
Sun Jan 11 03:58:39 EST 2015
There's a bug in Disk Basic (both versions) that causes a crash if an IO
error is encountered during a COPY. It is documented in the Unravelled
series. It is fixed in Extended ADOS-3, if you happen to have an EA3 EPROM
lying around to use for your archiving project. The fix is quite short:
ORG $CAE6
LBHI FIXIT
LBLO MOVBYT
FIXIT LDX #$989
JMP $CAEE
MOVBYT LDA ,U+
STA ,X+
JMP $CAE2
(addresses are for the 1.0 Disk Basic version; use the Unravelled book to
get the corresponding 1.1 addresses)
Art
On Sun, Jan 11, 2015 at 3:09 AM, Allen Huffman <alsplace at pobox.com> wrote:
> What could cause a COPY command to lock up or crash the system? These are
> all disks that have IO ERRORS on them and I'm trying to see where the
> problem is with COPY.
>
> -- Allen
>
>
> --
> Coco mailing list
> Coco at maltedmedia.com
> https://pairlist5.pair.net/mailman/listinfo/coco
>
More information about the Coco
mailing list