ETISS 0.8.0
Extendable Translating Instruction Set Simulator (version 0.8.0)
Namespaces | Functions
ETISSPython.cpp File Reference
#include "etiss/config.h"
#include "etiss/ETISS.h"
Include dependency graph for ETISSPython.cpp:

Go to the source code of this file.

Namespaces

 etiss
 Page Table Entry (PTE) defines the composition of Page Frame Number (PFN) and relavant flags.
 
 etiss::py
 

Functions

void etiss::py::init ()
 
void etiss::py::shutdown ()
 
void etiss::py::console ()
 
bool etiss::py::supported ()
 
void etiss::py::runString (std::string s)
 
void etiss::py::run (std::function< void(void)> func)
 
std::string etiss::py::evalForString (const char *stmt, bool *ok=nullptr)