ams-hackers / gbforth

👾 A Forth-based Game Boy development kit
https://gbforth.org
MIT License
121 stars 23 forks source link

Add words to write to interrupt vectors #300

Open tkers opened 5 years ago

tkers commented 5 years ago

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

Workarounds for now would be to:

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