]> Witch of Git - jade-mouse/commit
Start adding the toolchain
authorCassie Jones <code@witchoflight.com>
Sat, 11 Jan 2020 03:03:02 +0000 (22:03 -0500)
committerCassie Jones <code@witchoflight.com>
Sat, 11 Jan 2020 03:03:02 +0000 (22:03 -0500)
commit183634edb316cf2f1c214d962d1b7dc212a65842
tree9864304a3fa5f2c43d4d1ea4e4986ee6d9f1a08d
parentbab18b7624397c4de4f58a0fe6a0d5a10e3beef8
Start adding the toolchain

The toolchain project will include an instruction set simulator, an
assembler, etc.
toolchain/.gitignore [new file with mode: 0644]
toolchain/Cargo.lock [new file with mode: 0644]
toolchain/Cargo.toml [new file with mode: 0644]
toolchain/src/cpu.rs [new file with mode: 0644]
toolchain/src/inst.rs [new file with mode: 0644]
toolchain/src/main.rs [new file with mode: 0644]