Overview

This is a series of include files that simplify the process of creating interrupt driven programs for PicBasic Pro.\\ MPASM Required!
Once you try this, you may never use ON INTERRUPT again.
Features:

    *Assembly language Interrupts
    *Basic language Interrupts
    *Both ASM and Basic interrupts in the same program
    *Service Multiple Interrupt sources
    *Prioritized execution order
    *Very easy to use

No ON INTERRUPT "Code Bloat"
No ON INTERRUPT " I'll service your interrupt whenever I feel like it." mentality.

One of the best things about this system, is that you don't have to remember where all the Enable bits and Interrupt flags are located.

Each interrupt "source" is given a unique name that is used to reference it. The system "Looks Up" the correct bit locations for that name. Reducing those RTFM sessions to a minimum. The table to the right lists the Named Interrupts.

Several new interrupt sources have been added in version 1.00. GPC_INT, IOC_INT, RAC_INT, RABC_INT and the original RBC_INT are all forms of Port Change Interrupts. The chip being programmed determines which one you need to use.

Page last modified on February 09, 2018, at 05:45 PM