First page
Back
Continue
Last page
Graphics
Function-Queue Scheduling
Interrupt routines enqueue function pointers for follow-up work onto a queue.
main routine just dequeues a pointer from the queue and makes a branch to that address.