Log in

View Full Version : Return VS @ INT_RETURN in DT_INTs



Demon
- 21st September 2024, 03:54
(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.

Ioannis
- 23rd September 2024, 18:28
DT-INTS should close with a @INT_RETURN since this macro restores some registers.

Ioannis