Pop the operator from the stack. Use the last two numbers from the operand stack. Perform the operation and store the result in one of the registers. Push the result register back onto the operand ...
In infix notation, we need parentheses to show which part of the expression to solve first. In postfix notation, the order of operations is already clear, so we don’t need parentheses.