文件名称:chip-8:Rust编写的CHIP-8仿真器作为学习实验
文件大小:19KB
文件格式:ZIP
更新时间:2024-03-07 18:16:17
Rust
CHIP-8仿真器 这是用Rust编写的非常简单的CHIP-8模拟器,是一种语言学习实验。
【文件预览】:
chip-8-master
----.gitignore(24B)
----README.md(108B)
----Cargo.toml(364B)
----LICENSE(1KB)
----src()
--------cpu.rs(9KB)
--------digits.bin(80B)
--------core.rs(10KB)
--------input()
--------opcodes.rs(13KB)
--------timers.rs(1KB)
--------registers.rs(1KB)
--------memory.rs(8KB)
--------main.rs(5KB)
--------display.rs(5KB)
----Cargo.lock(4KB)