gpcas_forwardcom 0.1.1

ForwardCom instruction set architecture (ISA) properties for use with the General Purpose Core Architecture Simulator (GPCAS).
Documentation
1
2
3
4
5
6
7
8
9
10
11
GPCAS forwardcom
================

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.11.
The ForwardCom specification can be found [here](https://github.com/ForwardCom/manual/raw/master/forwardcom.pdf).
The GPCAS interface specification can be found [here](https://crates.io/crates/gpcas_isa).

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.