/Toxic_v4

A Minimalism 4-bit Turing Complete Processor with only 16 instructions

Primary LanguageRust

Toxic Assembler and Simulator

Please see Toxic ISA for the Instruction Set Architecture of Toxic_v4 processor.

Dependency

  • Cargo and Rust
  • shrust package

Build

git clone git@github.com:Entropy-xcy/Toxic_v4.git
cd Toxic_v4
cargo build

Run Simulator

cd target/debug/
./txsim
> help

Run Assembler

# Still Working on this