CPU/ASM/debug.py

6 lines
69 B
Python
Raw Normal View History

2024-04-29 22:03:14 +08:00
CMDs = ["prt"]
2024-04-29 16:00:03 +08:00
def prt(self, operand):
2024-04-29 22:03:14 +08:00
print(operand[0].get())