I started work on a postfix calculator, but I am having tons of trouble making the stack. I have never made one before. Can someone help me figure out how to make one?
^ Yeah, I once made a queue using 8 bytes of single-read memory and a pointer that moves when you push. You could very easily change that pointer system for LIFO behavior.