Replies: 2 comments
-
There is no support for writing interrupt handlers in pure Forth. What would need to be done, roughly, is:
It would not be a terrible lot of work, however it is anyway not really a good idea to write interrupt handlers in Forth. The 6502 is very slow and interrupt handlers need to be as fast as possible, at least for demo programming, so they are better written in assembler. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Check out #443 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it possible now to do interrupt handlers in Forth?
I tried to look, but I don't understand yet enough about how the implementation works enough to even recognize whether it is there. :)
FYI: I read an old article 'Zero Overhead Forth Interrupts' [6502.org]
Beta Was this translation helpful? Give feedback.
All reactions