cs325ec@ux1.cso.uiuc.edu (03/06/90)
OK, now I can trap errors by setting 0x404 to point to one
of my own subroutines... But... What sort of arguments
should my routine accept?
I tried
int criterr(void)
{
}
and long criterr(void)
{
}
but I am just guessing... and they don't work. Can someone
tell me what to expect from the 0x404 jump?
Thanks.
-- Greg