(In case it helps someone avoid wasting hours looking why a program locks)
RETURN at the end of your interrupt will compile, but it will return to Mars or some such distant place.
Printable View
(In case it helps someone avoid wasting hours looking why a program locks)
RETURN at the end of your interrupt will compile, but it will return to Mars or some such distant place.
DT-INTS should close with a @INT_RETURN since this macro restores some registers.
Ioannis