ETISS 0.8.0
Extendable Translating Instruction Set Simulator (version 0.8.0)
Overview of include/etiss/

This folder contains the C++ header files of etiss.

Relevant for implementing translation (etiss::CPUArch), compilation (etiss::JIT) or general (etiss::Plugin) plugins are the files CPUArch.h, JIT.h and Plugin.h. To provide instances of such implementations they should be collected and provided by a (dynamic) library. Relevant for a library implementation is the sub folder helper/ for implementation and the files LibraryInterface.h and LibraryInterface.cpp to view the loading mechanism.