miallo / turning-complete-riscv

Rust support for a CPU I made

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RV32i CPU implemented in Turing Complete

This repository contains what's needed to compile rust code for a RISC-V CPU I made in Turing Complete.

Schematic Collage

Base off:

Usage

Simply compile with cargo build --release. You can then import the built executable target/riscv32i-unknown-none-elf/release/turning-complete-riscv into Turing Complete and press run!

Currently the only IO implemented is for the 80x24 console.

Save Game

I've included the save game under save/circuit.data. The circuit was made under version 0.1055 Beta.

About

Rust support for a CPU I made

License:GNU General Public License v3.0


Languages

Language:Rust 82.6%Language:Assembly 15.4%Language:Python 1.9%