Corrigiendo disassembler para mostrar las instrucciones impares

algunos programas llaman a ubicaciones impares por alguna razon -.-'
This commit is contained in:
2025-06-28 16:01:28 -04:00
parent b9d2377088
commit a803e733da
9 changed files with 78 additions and 38 deletions

View File

@@ -13,7 +13,7 @@ class Machine
std::shared_ptr<Graphics> graphics;
std::shared_ptr<CallbackManager> callback_manager;
std::unique_ptr<Interpreter> interpreter;
std::shared_ptr<Interpreter> interpreter;
std::unique_ptr<UIManager> ui_manager;
int ips;