#include "debug.h" #include "vm.h" #include #include #include #include using namespace std; int main() { ifstream vmbytecode; VM vm; uint8_t *data; vm.status(); // vm.status(); /* if (vmbytecode != NULL) { fread() } else { fprintf(stderr, "Couldn't open bytecode!\n"); return 1; } */ return 0; }