[Flashforth-devel] jumping without a return
Brought to you by:
oh2aun
From: Christopher H. <chr...@li...> - 2021-04-22 01:07:09
|
Hi, I was wondering if in FlashForth there was some trick to execute a word without throwing anything on the return stack? Kind of like you would with a tail call recursion, but in any arbitrary place? It looks like there are some jumping instructions in ff5 reference but I don't understand how to use them. I'm thinking in avr context if that makes a difference. Christopher Howard |