登录

最新会员 最新下载

成为了本站VIP会员

今天14:47

成为了本站VIP会员

05月08日 20:16

成为了本站VIP会员

05月08日 10:54

成为了本站VIP会员

05月07日 09:50

成为了本站VIP会员

04月30日 12:23

成为了本站VIP会员

04月29日 21:46
已选条件
  1. 编程语言:DOS
  2. 代码类别:汇编语言
  3. 发布时间:今天
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. wzq

  汇编语言实现的五子棋,方向键控制方向,空格键落子。(Assembly language backgammon, arrow keys to control direction, spacebar Lazi.)

3
下载
202
浏览
2021-01-15发布

2. 电子钟

  利用8253和8259芯片实现实时电子时钟的功能;利用8255控制七段数码管完成定时扫描显示。显示格式为xx时xx分xx秒,每隔1s,时间值改一次。按键SHIFT可选择时、分、秒,按键CTRL可对所选的时、分、秒进行加1,小时加至23后清0,分、秒加至59后清0。(Use 8253 and 8259 chip to realize the function of real-time electronic clock; use 8255 control seven segment digital tube to complete the timing scanning display. When the display format is XX, XX minutes XX seconds, every 1s, the time value changed once. Button SHIFT can choose time, minutes, seconds, button CTRL can be selected time, minutes, seconds added 1, hours added to 23 after 0, minutes, seconds to 59 after 0)

18
下载
114
浏览
2020-12-06发布

3. String comparison

  字符串比较(从键盘上输入两个字符串,比较字符串,如相同,则显示“MATCH”,否则显示“NO MATCH”)(String comparison (enter two strings from the keyboard and compare the strings. if the strings are the same, "MATCH" will be displayed, otherwise, "NO MATCH" will be displayed))

0
下载
94
浏览
2019-05-24发布

4. String comparison

说明:  字符串比较(从键盘上输入两个字符串,比较字符串,如相同,则显示“MATCH”,否则显示“NO MATCH”)(String comparison (enter two strings from the keyboard and compare the strings. if the strings are the same, "MATCH" will be displayed, otherwise, "NO MATCH" will be displayed))

0
下载
127
浏览
2019-05-24发布

5. 11main

  使用8086汇编语言 基于DOS功能完成横版2D小游戏的设计 具体游戏使用(Using 8086 Assembly Language to Complete the Design of Horizontal 2D Game Based on DOS Function)

3
下载
96
浏览
2019-01-19发布

6. 11main

说明:  使用8086汇编语言 基于DOS功能完成横版2D小游戏的设计 具体游戏使用(Using 8086 Assembly Language to Complete the Design of Horizontal 2D Game Based on DOS Function)

3
下载
91
浏览
2019-01-19发布

7. 报告

  在指定的位置,用指定的颜色,显示一个用0结束的字符串。(dh)=行号(取值范围0~24),(dl)=列号(取值范围0~79),(cl)=颜色,ds:si指向字符串的首地址,无返回。在屏幕的8行3列用绿色显示data段中的字符串‘Welcome to masm!’,0(In the specified location, display a string with 0 in the specified color. (dh) = line number (range of values 0-24), (dl) = column number (range of values 0-79), (cl) = color, ds: Si points to the first address of the string, no return. In the 8 row and 3 column of the screen, use green to display the string in the data segment "Welcome to MASM!", 0)

0
下载
102
浏览
2018-11-10发布

8. dosbox

  如何使用dosbox及挂载,以及如何对汇编文件进行编辑、编译、连接、运行。(How to use dosbox and mount)

1
下载
157
浏览
2017-12-06发布

9. student

说明:  实现学生成绩等信息的统计和计算,进行平均数,分数段的统计等(achieve statistics and calculation of students' grades and other information)

0
下载
102
浏览
2017-11-20发布

10. boot-loader

  引导源代码,可以从软盘启动。用汇编软件把代码刷入磁盘第一扇区就可以了(boot code asm)

4
下载
97
浏览
2015-07-04发布

11. word

  打字练习,汇编语言,dos下运行,可现实正确个数,错误个数,总数,正确率及用时!(Typing practice, assembly language, run dos, the reality right number of errors, the total number of correct rate and by the time!)

2
下载
93
浏览
2015-01-20发布

12. multiply

  用汇编实现两浮点数相乘,已经经过验证,可以运行实现,提供参考。。(Assembly to achieve two floating-point multiplies, has been verified, you can run to achieve, to provide a reference. .)

2
下载
77
浏览
2014-05-09发布

13. IBM-PC-

  IBM-PC汇编语言程序设计课后习题答案(第二版_沈美明)(IBM-PC assembly language programming answers to the questions (second edition _ SHEN Mei))

1
下载
67
浏览
2014-04-22发布

14. Desktop

  多输入多输出正交频分复用,用于似懂非懂法师打发斯蒂芬(matlab mimoofdm)

1
下载
77
浏览
2014-03-04发布

15. GG

说明:  汇编语言源代码 打印ASCII码 可以运行 编译通过(Assembly language source code to print ASCII code can run compiled by)

0
下载
100
浏览
2014-01-02发布

16. GG

  汇编语言源代码 打印ASCII码 可以运行 编译通过(Assembly language source code to print ASCII code can run compiled by)

1
下载
67
浏览
2014-01-02发布

17. kv100codeDOS

  好不容易找到了一个KV100的程序,用W32DOSM反汇编过来的源程序文件。有兴起的朋友可以看下。KV100共有4个程序文件。KV100.COM 、KV100.EXE、KV100FIX.EXE、VIRUS.DAT 注意:VIRUS文件,我只是把.DAT改为了.TXT文件。(KV100.COM 、KV100.EXE、KV100FIX.EXE、VIRUS.DAT Disassembly)

1
下载
79
浏览
2013-10-03发布

18. kv100codeDOS

  好不容易找到了一个KV100的程序,用W32DOSM反汇编过来的源程序文件。有兴起的朋友可以看下。KV100共有4个程序文件。KV100.COM 、KV100.EXE、KV100FIX.EXE、VIRUS.DAT 注意:VIRUS文件,我只是把.DAT改为了.TXT文件。(KV100.COM 、KV100.EXE、KV100FIX.EXE、VIRUS.DAT Disassembly)

1
下载
67
浏览
2013-10-03发布

19. smasm

  这是学习学习dos汇编的一份资料,还不错(This is a compilation of dos learn information, but also good)

2
下载
73
浏览
2013-07-02发布

20. AsembleProgramings

  8255等芯片可用的汇编程序,微机原理设计必用源代码(Assembler of 8255 chips available, computer theory design will use the source code)

3
下载
76
浏览
2013-04-12发布