Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add words to write to interrupt vectors #300

Open
tkers opened this issue Nov 26, 2018 · 0 comments · May be fixed by #333
Open

Add words to write to interrupt vectors #300

tkers opened this issue Nov 26, 2018 · 0 comments · May be fixed by #333
Labels
enhancement New feature or request

Comments

@tkers
Copy link
Member

tkers commented Nov 26, 2018

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.

@tkers tkers added the enhancement New feature or request label Nov 26, 2018
@tkers tkers linked a pull request May 17, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

Successfully merging a pull request may close this issue.

1 participant