@neauoire The dvd.tal demo has a BRK for on-frame, and I think that is what it should be. With a JMP2r, it would try to get a value from the RST but there is nothing there because for vectors there is no JSR. That's what was wrong with my code.
So what I've done is added a new function, `done`, which simply emits as BRK.
@wim_v12e you implemented devices! Well done :D
For anyone looking for the ftal sources: https://codeberg.org/wimvanderbauwhede/funktal/src/branch/main/examples/dvd.ftal
@neauoire Yes, it's generic so it will work for all devices. I'm very happy I got it to work!
I am puzzled that I get "Return stack underflow" , even if the vector is a totally empty routine.
Have you encountered that before?