cpu-emulation
There are 14 repositories under cpu-emulation topic.
redcode/Z80
Highly portable Zilog Z80 CPU emulator written in ANSI C
redcode/Z80-Ruby
Ruby binding for the Z80 library
x93bd0/effnes
A set of crates for creating efficient NES emulation software.
asrinoztin/cpu_emulator
This repository includes a study that developing a low-level CPU emulator. Detailed info in ReadMe
yezzfusl/EtherVM
Rust virtual machine.
joakimwinum/bytecore
ByteCore: A minimal, 8-bit CPU emulator designed to help developers explore low-level computing concepts.
plugyawn/pineapple-emulator
A C++ based emulator for the CPU of the Nintendo Entertainment System that ran on the Ricoh 2A03, with limited PPU capabilities.
redcode/run-jsmoo-z80-test
A Ruby script for running the Z80 tests included in JSMoo
agkaminski/simak65
6502 CPU simulator
FiestaBoy/Custom-16bit-MIPS-ISA
A custom 16-bit MIPS-inspired processor built in Logisim, featuring a unique instruction set, ALU, register file, and memory components. Designed for educational purposes and low-level computing exploration.
joakimwinum/bytecore-byte
ByteCore Byte is a simplified version of the ByteCore CPU showcased in a Jupyter notebook, using 1-byte addressing to operate within a 256-byte memory limit. This repository features demonstrations of ByteCore Assembly through both basic and advanced programming examples.
joakimwinum/bytecorefast
ByteCoreFast: A high-performance, 8-bit CPU emulator, designed as a drop-in replacement for ByteCore, offering enhanced speed while maintaining full compatibility with the original ByteCore interfaces.
manili/ChatBot-Colab
In this repo, I'll put projects that I've done in collaboration with chatbots like OpenAI ChatGPT, Google Bard, etc.
t-katsumura/qemu-actions
An example of GitHub Actions to run applications build for different CPU architecture leveraging QEMU.