peat / pcpu

Messing around with building a CPU emulator from raw logic gates

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pCPU

This is just a simple CPU emulator, constructed basic logic gates. No particular goal in mind, other than learning how to assemble logic gates to do clever things.

Note: includes a VSCode loader to enable debugging via LLDB (requires the CodeLLDB extension).

About

Messing around with building a CPU emulator from raw logic gates


Languages

Language:Rust 100.0%