Arduino-Shell icon indicating copy to clipboard operation
Arduino-Shell copied to clipboard

Performance: Add return address stack

Open mikaelpatel opened this issue 8 years ago • 0 comments

And do not recursively call execute().

Adding a return address stack will also allow yield() to be implemented as a return from execute() will ip on stack. This will require a resume() function to pop the ip and continue the interpreter.

mikaelpatel avatar Mar 18 '16 15:03 mikaelpatel