CPU/Stack.py
2024-05-24 15:28:22 +08:00

9 lines
101 B
Python

CMDs = ["push", "pop"]
def push(self, operand):
pass
def pop(self, operand):
pass