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.