Show HN: MOS Tech 6502 emulated in pure Postgres
Category: other
Tags: database, emulator, retro-computing
Score: 5.8/10 (Innovation: 8, Technical: 7, Documentation: 5, Utility: 3)
This project implements a full MOS 6502 CPU emulator entirely within PostgreSQL using stored procedures and tables, treating CPU registers and memory as database rows. It's interesting because it repurposes a relational database as a hardware emulation platform, creating a novel intersection of retro computing and database systems.
Target audience: backend devs
Repository: https://github.com/lasect/pg_6502 · PLpgSQL · MIT · 1 stars
View on Hacker News