/pumpeds_computer

A computer with it's own specification written in Rust and implemented in the game Turing Complete!

Primary LanguageVerilog

PumpedS computer made in Turing Complete

I made a computer in turing complete with my own instruction set!

A screenshot of the computer

This repo contains:

  • /asm/levels - Some sample ASM for solving some of the levels in the game
  • /compiler - A compiler written in rust that compiles the ASM to machine code
  • /data - A dump of the computer in the file format of turing complete
  • /docs - The spec of the computer