Push Constant To Stack (2)
if the following are true:
- Expression Stack at time t = [ [ x, ys ], rest ]
- Value Stack at time t = [ values, v_rest ]
- x is constant
then Value Stack at time (t + 1) = [ [ x, values ], v_rest ]
Comments
Please log in to add comments