Re: A86: calling progs


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

Re: A86: calling progs




At 01:14 AM 3/8/98 -0600, you wrote:
>Is is possible to call a program from within an interrupt?
>
I've never tried it, but the user interrupt comes _before_ the real
interrupt, so there shouldn't be any problems with reentrancy (in the ROM
interrupt routine). Calling a program isn't the fastest thing in the world,
though, so you wouldn't want to call it every time, just when there was
some special event or something.

--Joshua


References: