Hi, I have been going over kaffe.def and slots.h to figure out how the interpreter works. I understand what the slots.h macros are doing (stack, pop, push, ....) but I don't understand what the logical difference is amoung rstack, wstack and stack? I am thinking Read stack, Write stack and just a generic stack accessor. Is this at all correct? Michael