Skip to content

Handling interrupts, work-around now, but where to go? #14

@thePalindrome

Description

@thePalindrome

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...

  1. It needs to be set as the handler using IAS
  2. it needs to know where each interrupt message goes
  3. it needs to allow removing interrupts
  4. 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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions