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

Re: DOS 3.3 File Manager calls - stomping on Track 0, sector 0



Michael J. Mahon wrote:
> It looks like all DOS errors go to $A6D2, with the error number
> in the A register.  Patching a JMP in there should do the job,
> or maybe an SEC; RTS, depending on how the normal return works.
Perfect!  Works like a charm - thanks.  Gotta love those
well-documented ML interfaces. ;-)