There's nothing in the code that handles interrupts, but locally I've got some multitasking code that takes in all the interrupts...
So here's what the interrupt handler needs to do...
- It needs to be set as the handler using IAS
- it needs to know where each interrupt message goes
- it needs to allow removing interrupts
- it needs to prevent duplicate messages
So, when we do have the handler pushed, two things to keep in mind:
Message A=1 is MINE, for the multitasker
in multitasker.dasm, the init function has the IAS line, make sure to remove it!