随笔分类 -  汇编(X86)

摘要:;本程序功能是实现:随机产生一系列的ascii码字符,将其分类输出DATAS SEGMENT ;此处输入数据段代码 Str1 db 'Please input a number:','$' Str2 db 'output the number:','$' Str3 db 'output the capital word:','$' Str4 db 'output the small word:','$' Str5 db 'output the other:&# 阅读全文
posted @ 2012-12-09 00:35 linuxhan 阅读(488) 评论(0) 推荐(0)