18:53:33
##forth
<veltas>
crc: Although obviously not a goal in the design, I was wondering what the best way to implement C-style stack access in ilo would be
18:55:13
##forth
<veltas>
I've settled on using the top of return stack as a saved copy of a local/automatic stack in memory and using po dr pu li ad to address things on stack
18:55:45
##forth
<veltas>
And just maintaining that in prologue/epilogue of functions
18:56:04
##forth
<veltas>
po du pu li ad I mean