--- nono/m88xx0/m88100disasm.h 2026/04/29 17:04:57 1.1.1.6 +++ nono/m88xx0/m88100disasm.h 2026/04/29 17:05:11 1.1.1.7 @@ -21,9 +21,10 @@ class m88100disasm final : public Disasm // 別名 std::string alttext {}; - private: - bool use_altname {}; // 別ニーモニックを使うなら true + // 別ニーモニックを使うなら true (グローバル) + static bool use_altname; + private: uint32 xip {}; uint32 opX {};