[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Common ROM entry points?
CHRIS MORSE <chris@invalid.net> wrote in message news:<5emrbv4jijqlbaq445muf4mt085celdt3b@4ax.com>...
> On 6 May 2003 13:39:43 -0700, steve@dosius.zzn.com (Dosius) wrote:
>
> >When programs run on the Apple ][, occasionally they will need to call
> >the ROM to do things, and if the ROM isn't quite compatible, they will
> > I would like to know if anyone has a comprehensive listing of
> >these entry points.
> >-uso.
>
> I have an Apple //c Technical Reference manual (2nd ed) that lists all
> the major ROM entry points. The AppleWin emulator also has a file
> that lists them, though only as short mnemonics for use with the
> debugger.
>
> I would track down a copy of the //e or //c Tech Ref manual. You can
> get a copy of the //c (2nd Edition) printed up if you order it from
> www.A2Central.com That's where I got my copy..
>
> // CHRIS
I might look into that. I have been supplied with a similar listing
but it's targeted at the ][+.
Well, first things first, I guess. So far I have ripped BASIC out of
SimSystem IIe, so I think, once the monitor code (2K) is replaced,
there couldn't be too much of a problem with the rest. ;)
-uso.