You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
# SimCPU_v1
|
|
|
|
|
|
|
|
# 说明
|
|
|
|
|
|
|
|
SimCPU_v1 是一款基于 Python 的简单 CPU 模拟器。
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# 运行
|
|
|
|
|
|
|
|
```
|
|
|
|
python execute_instruction.py
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
# 依赖
|
|
|
|
### 环境要求:
|
|
|
|
- Python 3.6+
|
|
|
|
|
|
|
|
|
|
|
|
# 许可证
|
|
|
|
|
|
|
|
本项目使用 AGPL-3.0-only 许可证。
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|