7-1
Interrupts
This chapter describes interrupts from a software-programming point of view.
A description of single and multiple register assignment is included, followed
by code generation of interruptible code and finally, descriptions of interrupt
subroutines.
Topic
Page
7.1
Overview of Interrupts
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
7.2
Single Assignment vs. Multiple Assignment
. . . . . . . . . . . . . . . . . . . . .
7.3
Interruptible Loops
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
7.4
Interruptible Code Generation
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
7.5
Interrupt Subroutines
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Chapter 7