This library includes structured raw data of ISA related specs.
The data will be needed to either generate runtime core of JEMU (cpu emulator) or to auto-generate a wiki site.
We are looking for coordinators for this project. Any amount and any form of contributions are welcomed.
Please take a look at contribution guide to get started.
-
/archThe core directory containing the definitions of all instructions. See instruction definition and instruction documentation format.
-
/libCommon utilities and dependencies.
-
/scriptsScripts used to build the decoder and parser.
-
/targetsManifests declaring which instruction(s) to be included for a specific build.
-
/webA magical sub-project converting the project into a handy manual website. The decoder and parser we built in the parent project will be imbedded into its runtime core, enabling search and decode of binary instruction codes.