Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.