CPU/Stack.py

9 lines
101 B
Python
Raw Permalink Normal View History

2024-05-24 15:28:22 +08:00
CMDs = ["push", "pop"]
def push(self, operand):
pass
def pop(self, operand):
pass