diff --git a/src/core/Iaito.cpp b/src/core/Iaito.cpp index 3a7439cb..17e3d956 100644 --- a/src/core/Iaito.cpp +++ b/src/core/Iaito.cpp @@ -2519,7 +2519,7 @@ bool IaitoCore::isGraphEmpty() void IaitoCore::getOpcodes() { - this->opcodes = cmdList("?O"); + this->opcodes = cmdList("aoml"); this->regs = cmdList("drp~[1]"); }