diff --git a/cpp/vm.cpp b/cpp/vm.cpp index 8996b4d..d8332ab 100644 --- a/cpp/vm.cpp +++ b/cpp/vm.cpp @@ -26,6 +26,7 @@ void VM::defineOpcodes(uint8_t *key) { } } #ifdef DBG +//#TODO ASSEGNARE I NOMI AGLI OPCODES DBG_INFO(("OPCODES:\n")); for (i = 0; i < NUM_OPS; i++) { DBG_INFO(("%s: 0x%x\n", ops[i].getName(), ops[i].getValue()));