[comp.sys.apple] ProDOS warm re-hook?

thompson@uxf.cso.uiuc.edu (02/12/88)

A few years ago, I wrote an application in Applesoft under DOS 3.3
for the Apple //e.

Now the people for whom I wrote it want a ProDOS version.  I was willing... the
changes are rather minor.  Except for one.

I re-routed the INKEY hook at $38 to my own little parsing routine, so I can
parse out ESC presses before they foul up the Applesoft INPUT command.  I then
(under DOS 3.3) called $3EA to do a warm re-hook of this vector into DOS.

Unfortunately, I cannot find that re-hooker under ProDOS, and it's driving me
crazy!!!

Can anybody give me a hand?