This website requires JavaScript.
Explore
Help
Register
Sign In
moyan
/
CPU
Watch
1
Star
0
Fork
0
You've already forked CPU
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
c8af031c83
CPU
/
ASM
/
Debug.py
6 lines
69 B
Python
Raw
Normal View
History
Unescape
Escape
增加操作码类
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
(
)
)
Reference in New Issue
Copy Permalink