From f8bb6252f03d7aac9a78f0e3e415828b966f3618 Mon Sep 17 00:00:00 2001 From: Giulio De Pasquale Date: Wed, 17 May 2017 11:22:23 +0200 Subject: [PATCH] Aggiunto TODO --- cpp/vm.cpp | 1 + 1 file changed, 1 insertion(+) 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()));