You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I really like the suggestion to auto-map words to the correct places. The primary thing is the documentation needs to be clear about it, and maybe we call them by their documentation names aka RST0, etc.
We can even trigger an error if code overflows into another interrupt during compilation right?
There currently is no (nice) way to write interrupt handlers.
Workarounds for now would be to:
$0000
-$00ff
range usingc!
here
and force emit code after setting the offset with==>
A possible improvement would be to implements words like
:interrupt1
(or the equivalent forcode
) that emit the definition/asm to the correct address.The text was updated successfully, but these errors were encountered: