Crates.io | gpcas_forwardcom |
lib.rs | gpcas_forwardcom |
version | 0.2.1 |
source | src |
created_at | 2022-09-14 19:15:03.220583 |
updated_at | 2023-03-01 17:40:51.486525 |
description | ForwardCom instruction set architecture (ISA) properties for use with the General Purpose Core Architecture Simulator (GPCAS). |
homepage | |
repository | https://git.h3n.eu/gpcas/gpcas/ |
max_upload_size | |
id | 666008 |
size | 501,485 |
This crate provides ForwardCom support for GPCAS. GPCAS is the short form of General Purpose Core Architecture Simulator, a CPU simulator. Support is incomplete, but functional.
The currently supported version is ForwardCom 1.12. The ForwardCom specification can be found here. The GPCAS interface specification can be found here.
This crate is only dependent on the GPCAS ISA specification. As such, it can also be used for projects outside of GPCAS, for example a standalone emulator.