gpcas_base 0.3.1

Common definitions and utilities for GPCAS
Documentation
1
2
3
4
5
6
7
8
GPCAS base crate
================

This is the base crate of the GPCAS project. GPCAS stands for General Purpose Core Architecture Simulator, a simulator for CPUs.

It currently provides:
- Instruction type information, which is needed by almost any part of the simulator.
- Utilities for a common file structure, this enables versioning and upgrading of old file versions, among other things.