gpcas_base 0.2.0

Common definitions and utilities for GPCAS
Documentation

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.