8086 Emulator Inside Scratch
Summary
A developer built an 8086 CPU emulator inside Scratch, demonstrating retro hardware emulation in a visual programming environment.
Similar Articles
CP/M-68K emulator
A hobbyist developer created an emulator for the Motorola 68000 CPU that runs CP/M-68K, with custom BIOS and RAM disk support; source code is available on GitHub and GitLab.
Tiny Emulators
A collection of web-based emulators for classic 8-bit computers, including Amstrad CPC, ZX Spectrum, Commodore, and Robotron models, built with Visual 6502 and Visual Z80 Remix.
RISC-V Emulator and Linux System from Scratch
This repository provides source code for a RISC-V emulator and a tutorial to build a minimal Linux system from scratch, including device emulation and WebAssembly support.
The Visual 6502
The Visual 6502 is a JavaScript-based simulator that provides a visual, transistor-level simulation of the 6502 microprocessor, designed for educational and reverse-engineering purposes.
I wrote a CHIP-8 emulator in my own programming language
A CHIP-8 emulator implementation written in Spectre, a custom programming language, released as an open-source project on GitHub.