文件名称:i8080 — Rust的英特尔8080 cpu模拟器-Rust开发
文件大小:172KB
文件格式:ZIP
更新时间:2024-06-16 13:32:33
Rust Emulators
i8080 i8080是用于Intel 8080 cpu的仿真器。 8080程序员手册8080操作码[依赖项] i8080 = {git =“ https://github.com/mohanson/i8080” i8080 i8080是Intel 8080 cpu的仿真器。 8080程序员手册8080操作码[依赖项] i8080 = {git =“ https://github.com/mohanson/i8080”}测试测试rom(cpu_tests文件夹)来自http://altairclone.com/downloads/cpu_tests/ 。 $ python ./scripts/get_cpu_tests.py $货物运行--release --example test_roms *******************已加载测试:“ ./res/cpu_tests/8080PRE。 COM“ 8080初步测试完成*******************测试已加载:” ./res/cpu_tests/TST8080.COM“ MIC
【文件预览】:
i8080-master
----res()
--------space-invaders.gif(206KB)
----rustfmt.toml(16B)
----tests()
--------test_instr.rs(20KB)
----src()
--------memory.rs(677B)
--------register.rs(2KB)
--------cpu.rs(28KB)
--------lib.rs(206B)
--------bit.rs(177B)
--------asm.rs(8KB)
----Cargo.toml(134B)
----examples()
--------test_roms.rs(2KB)
----.gitignore(46B)
----README.md(3KB)
----scripts()
--------get_cpu_tests.py(1005B)