资源列表
[汇编语言] TM
说明:利用DOS提供的中断调用功能和BIOS系统调用功能,利用微机本身的中断向量表,实现对微机的时钟的管理操作。让微机在显示器上模拟显示一个时钟。-use of the DOS interrupt function called BIOS system calls and functions, the use of computer itself to the interruption of scale and achieve the computer's clock management o<金龙> 在 2008-10-13 上传 | 大小:845byte | 下载:0
[汇编语言] 和25pc机间的通信
说明:这是PC机间相互通信的例子,程序“require”为用查询方式实现,程序“interrupt”为用中断方式实现-PC communication among the examples procedures "require" to be used for achieving and procedures "interrupt" for the use of interruption means<赖毅勇> 在 2008-10-13 上传 | 大小:3.19kb | 下载:0
[汇编语言] 字符图形程序中国北京
说明:这是一个显示“中国北京”字样的程序,按“q”键退出。-This is a show that the "China Beijing" indication of procedures, according to the "q" key to exit.<赖毅勇> 在 2008-10-13 上传 | 大小:1.88kb | 下载:0
[汇编语言] 键盘录入数据的转换与显示
说明:本程序能从键盘读入二个五位十进制数(1位符号位+4位数值位),并将这二个十进制数分别转换为二进制数,然后求其和,再将和以十进制形式进行显示。-this program from the keyboard read into two five decimal number (1 - 4 symbolic value), this will be two decimal number were converted to a binary number, and then seek his, and<赖毅勇> 在 2008-10-13 上传 | 大小:4.11kb | 下载:0
[汇编语言] 代码转换程序
说明:这是一个字母或数制之间的转化程序,5为主模块,调用模块1和模块7模块1又调用模块2、3、4和6四个模块,其中: 模块2实现小写字母向大写字母的转换 模块3实现大写字母向小写字母的转换 模块4实现二进制数向十六进制数的转换 模块6实现十六进制数向二进制数的转换 模块7实现十六进制数向十进制数的转换按“q”键退出。使用时,需将7个文件分别汇编,连接的方法为:5+1+2+3+4+6+7生成可执行文件“5” 即可运行。-This a letter or number into the system p<赖毅勇> 在 2008-10-13 上传 | 大小:4.68kb | 下载:0
[汇编语言] 产生随即数(中断调用)
说明:利用1AH,21H 中断调用,在屏幕上显示1-20的随机数,并要求能连续输出,直到按下Q键为止 -use 1AH, 21H interrupted call, the screen shows the random 1-20, and will require continuous output until the Q keys so far?<左文礼> 在 2008-10-13 上传 | 大小:5.98kb | 下载:0