Aggiunto TODO
This commit is contained in:
parent
96ff9873ff
commit
f8bb6252f0
@ -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()));
|
||||
|
Loading…
Reference in New Issue
Block a user