I rewrote the stack functions to use my SM rather than a simple array. I had to write SM memory word and byte access routines and implement a stack pointer. Next, I need to deal with the return stack. I think I want to factor out the stack memory stuff so it’s reusable.

#programming #memory #forth