Re: A86: interrupts


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

Re: A86: interrupts




I don't know if it was the OS or the program.  I returned as soon as I enabled the
user interrupt routine.

Kirk Meyer wrote:

> probably so. like some of the ON detecting routines, etc. did it crash
> in the OS or in the program. also you need to probably put some
> key-getting code there or else things like _getky won't work...
>
> Dux Gregis wrote:
> >
> > I tried putting this code into the interrupt, but it crashed:
> >
> >  pop hl
> >  ex af,af'
> >  exx
> >  ei
> >  reti
> >
> > I tried a number of similair things, too.  Any ideas why it didn't work?  Maybe
> > some of the routines in the interrupt are essential to the OS?
>
> --
>
> =====================================
> =                                   =
> =   Kirk Meyer (mailto:_@ibm.net)   =
> = http://www.bigfoot.com/~kirkmeyer =
> =                                   =
> =   "Set your affection on things   =
> =    above, not on things on the    =
> =      earth."  Colossians 3:2      =
> =                                   =
> =====================================




References: