コード例 #1
0
 private void dispatchCommands(object sender, EventArgs e)
 {
     if (MCM.readBaseByte(0x1EAF128) == 2)
     {
         UInt64[] noff  = { 0 };
         string   input = MCM.readString(MCM.baseEvaluatePointer(0x1EAF11C, noff), 256);
         MCM.writeBaseByte(0x1EAF128, 1);
     }
 }