Skip to content

Add words to write to interrupt vectors #300

@tkers

Description

@tkers

There currently is no (nice) way to write interrupt handlers.

Workarounds for now would be to:

  • Manually write bytes in the $0000 - $00ff range using c!
  • Get the ROM offset with here and force emit code after setting the offset with ==>

A possible improvement would be to implements words like :interrupt1 (or the equivalent for code) that emit the definition/asm to the correct address.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions