Print newline, word, and byte counts for each FILE, and a total line if more than one FILE is specified. With no FILE, or when FILE is -, read standard input. -c, --bytes print the byte counts -m, --chars print the character counts - l, --lines prin
================================= MadEdit v0.2.8 Beta ================================= About: ----- MadEdit is a cross-platform Text/Hex Editor written in C++ & wxWidgets. MadEdit supports many useful functions, e.g. SyntaxHighlightings, WordWraps,
DATA SEGMENT INPUT DB 250 db ? db 240 DUP(0) COUNT DB 250 DUP(0) NUMBER DB 0 STR1 DB 'Please enter your letters,and press enter to end your input','$' STR2 DB 0DH,0AH,'The number of chars:','$' STR3 DB 0DH,0AH,'You hab NOT input any letter','$' HUIC