Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nicklatch/cpu_emulator
A simple cpu emulator written in Rust
https://github.com/nicklatch/cpu_emulator
Last synced: 6 days ago
JSON representation
A simple cpu emulator written in Rust
- Host: GitHub
- URL: https://github.com/nicklatch/cpu_emulator
- Owner: nicklatch
- Created: 2024-01-02T18:06:02.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-01-02T20:00:31.000Z (11 months ago)
- Last Synced: 2024-01-03T19:27:33.646Z (11 months ago)
- Language: Rust
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rust CPU Simulator
This project is a simple CPU simulator written in Rust. It simulates a CPU with a set of registers and the ability to perform operations on these registers.