QuakeGod
2023-10-20 6fa60de2b0d0237054aa7571191df0f291838031
MTerm1/MTerm1Doc.h
@@ -83,7 +83,6 @@
      KLParamCoil,         //参数为线圈,1bit
      KLParamWord,         //参数为字类型, 16bit
      KLParamNum,            //参数为立即数
   };
   struct stOpDef            //指令定义
   {
@@ -150,6 +149,7 @@
      {SectionCoilList,"MONCOILLIST"},
      {SectionDataList,"MONDATALIST"},
   };
    int nSectionDefCount = sizeof(SectionDef) / sizeof(stSectionDef);
    int TxtToSection(CStringA txt);
    int GetSectionTxt(int nSectionType, CStringA & txt);