#
cpu-emulator
Here are 130 public repositories matching this topic...
A CPU implemented in a modular synthesizer
-
Updated
Mar 20, 2022
A fast & simple MOS 6502 CPU emulator written in C++
-
Updated
Feb 7, 2022 - C++
Highly portable Zilog Z80 CPU emulator written in ANSI C
-
Updated
Aug 1, 2021 - C
x86 PC emulator that runs both natively and in the browser, via WebAssembly
-
Updated
Feb 18, 2021 - C
A Motorola 68000 emulator written in C++
-
Updated
Apr 22, 2022 - C
An Intel 8086 CPU emulator in Python with GUI.
-
Updated
Jun 12, 2020 - Python
Online MIPS32 Simulator Based on Spim
javascript
emulator
simulator
cpu
mips
processor
highlighting
webassembly
cpu-emulator
mips32
spim
javascript-wo
-
Updated
Nov 13, 2019 - C++
RISC-V CPU simulator for education purposes
-
Updated
May 4, 2022 - C++
A Bare-Metal Intel 8086 Emulator Written In Raw WebAssembly.
emulator
browser
cpu
assembly
emulation
webassembly
wasm
intel
x86
wat
cpu-emulator
8086
16bit
wast
8086-emulator
8086-architecture
iapx
-
Updated
Dec 30, 2021 - WebAssembly
A simulation of Ben Eater's breadboard computer which can run assembly code
-
Updated
Jul 16, 2021 - Python
js5005 is a virtual CPU with every logic gate simulated. A pretty interface, a built in assembler, display, and 256 bytes of RAM to boot. It's the better i4004.
-
Updated
Sep 18, 2019 - JavaScript
A fantasy console inspired by the Nintendo Gameboy!
c
cpu
gameboy
game-engine
virtual-machine
assembly
game-console
cpu-emulator
80s
fantasy-console
fantasy-computer
-
Updated
Feb 2, 2021 - C
The Sherwood Architecture is a custom 64-Bit RISC based CPU architecture.
emulator
cpu
virtual-machine
architecture
assembler
computer-architecture
cpu-emulator
cpu-architecture
sherwood-architecture
-
Updated
Oct 29, 2018 - CSS
CPU Simulator written in Python
-
Updated
Apr 8, 2020 - Python
An instruction set simulator (ISS) for the RV32/64I subset of the RISC-V instruction set.
-
Updated
Nov 5, 2020 - Assembly
Pure Lua CPU emulators, including an Intel 8080 emulator and ZPU Emulator V3, based on gamemanj's.
-
Updated
Oct 5, 2018 - Lua
Emulating other CPU architectures in Docker made easy
-
Updated
Mar 9, 2022 - Shell
WebAssembly TD4 Emulator with Rust.
-
Updated
Apr 22, 2021 - Rust
One Instruction Set Computer
-
Updated
Aug 18, 2017 - Python
The Intel 8080 ("eighty-eighty") is the second 8-bit microprocessor designed and manufactured by Intel.
-
Updated
Mar 26, 2022 - C++

-
Updated
Aug 29, 2016 - Python
Flexible functional simulator and assembler for user-defined architectures
-
Updated
Jun 28, 2021 - C
A cross-platform 8086 assembler & emulator built to make assembly easier.
-
Updated
Mar 13, 2021 - C++
Improve this page
Add a description, image, and links to the cpu-emulator topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cpu-emulator topic, visit your repo's landing page and select "manage topics."
For those who want the fastest possible simulation, and do not care about any form of datapath visualization, there should be an option to select an ISA simulator processor model.
This processor model, while complying with the ProcessorInterface, will in VSRTL be implemented as a "black box" - in other words, pure C++ logic.