文件名称:汇编 小写转大写的程序
文件大小:2KB
文件格式:ASM
更新时间:2012-12-21 03:04:27
汇编 小写转大写
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','$' HUICHE DB 0DH,0AH,'$'