--- nono/debugger/debugger_private.h 2026/04/29 17:05:28 1.1.1.13 +++ nono/debugger/debugger_private.h 2026/04/29 17:05:49 1.1.1.14 @@ -77,6 +77,9 @@ class DebuggerMD // mem.laddr の位置の命令を一つ逆アセンブルする。 virtual std::string Disassemble(DebuggerMemoryStream& mem) = 0; + // ニーモニックに対応する機械語文字列を返す。(cmd_bi 用) + virtual std::string ParseInst(const std::string&) const = 0; + // 機種名を取得する const std::string& GetName() const { return name; }