山野雾灯ccc的博客struct num { int Letnum; int Dignum; int Othernum; }; struct num Print_Num() { struct num num_s={0,0,0}; char ch = '\0'; while((ch = getchar()) != '\n') ... num_s.Dignum +=..
ProphetMo__的博客【汇编语言】字符串比较 设计一个字符串比较程序(同于c语言中的strcmp()函数) 完整代码 ;This is the structure of a main module using complete segment directives DATA SEGMENT ;......Place data ...