[comp.sys.atari.st.tech] Making timer-based interrupts work

jpexg@ai.mit.edu (John Purbrick) (10/18/90)

I'd very much like the ability to write interrupt routines in Laser C which
could be set up to occur at a given frequency while a program runs. A block
of C code would execute, and then control would return to wherever it jumped
from. Obviously, such a function wouldn't be able to use arguments or return
anything, but it could operate on global variables.
 
Assembly language fragments are fine, but I'm not an assembly programmer. If 
anyone has written something that works, I'd like to try it.

John Purbrick
jpexg@ai.mit.edu