blob: 50216e9f5de3372ed02bae19580cc10ecc4a9e91 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
The goal of this project is to document instruction sets in a format convenient
for tools development.
An instruction set is represented by three files:
* An XML file that describes instructions
* An XSD file that describes the structure of the XML file
* A Python module that reads the XML file and represents it as a set of Python
objects
|