Next Previous Contents

7. Other hints

7.1 Interrupts

The runtime for the Atmos uses routines marked as .CONDES type 2 for interrupt handlers. Such routines must be written as simple machine language subroutines and will be called automatically by the interrupt handler code when they are linked into a program. See the discussion of the .CONDES feature in the assembler manual.


Next Previous Contents