Crates.io | fantasy-cpu-emulator |
lib.rs | fantasy-cpu-emulator |
version | 0.1.1 |
source | src |
created_at | 2021-01-13 12:24:51.813594 |
updated_at | 2021-01-13 13:33:42.204208 |
description | Fantasy CPU Emulator. |
homepage | https://github.com/flaviusb/fantasy-cpu-emulator |
repository | https://github.com/flaviusb/fantasy-cpu-emulator |
max_upload_size | |
id | 341355 |
size | 125,746 |
This is an emulator for my fantasy cpu design.
If you have a relatively recent Rust (1.47 or later) you should be able to install by cloning the repo and then running cargo test
in the root of the repo.
No, I have got part of the Jackfruit chip working, but not any of the other chips or any of the emulation of other hardware.
There is an assembler binary distributed with this - fantasy-assembler
. The fantasy emulator binary is just a stub so far.