登录

最新会员 最新下载

成为了本站VIP会员

05月13日 14:43

成为了本站VIP会员

05月13日 10:19

成为了本站VIP会员

05月12日 14:03

成为了本站VIP会员

05月10日 21:42

成为了本站VIP会员

05月10日 16:59

成为了本站VIP会员

05月09日 16:51
已选条件
  1. 编程语言:Asm
  2. 代码类别:汇编语言
  3. 发布时间:一年内
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. huibian

说明:  对于初学者来说,一款强大的汇编语言很重要,如何学习这些汇编语言,需要花些时间来锻炼自己(For beginners, a powerful assembly language is very important. How to learn these assembly languages needs to take some time to exercise themselves)

0
下载
120
浏览
2020-06-22发布

3. MASM_FadeInFadeOutTransparency

说明:  MASM example of FadeIn FadeOut Transparency effect

1
下载
87
浏览
2020-06-21发布

4. Masm源代码 XSS to SQL v.01

  masm source code of XSS to SQL v.01

0
下载
106
浏览
2020-06-21发布

5. XSS to SQL v.01

说明:  masm source code of XSS to SQL v.01

2
下载
83
浏览
2020-06-21发布

7. masm_src_custom_button_and_cursor

说明:  MASM example of Custom Button And Cursor

1
下载
111
浏览
2020-06-21发布

9. NFO viewer by tE![TMG]

说明:  NFO Viewer by tE! [TMG]

1
下载
93
浏览
2020-06-21发布

10. 4 Graphical effect from tPORt by x0man

  4 Graphical effects from tPORt by x0man.zip

0
下载
105
浏览
2020-06-21发布

11. 4 Graphical effect from tPORt by x0man

说明:  4 Graphical effects from tPORt by x0man.zip

2
下载
94
浏览
2020-06-21发布

12. 成绩管理系统

说明:  班级内每个学生的信息(包括姓名、班级、学号、成绩等)管理程序。(Information management procedures for each student in the class (including name, class, student number, score, etc.).)

0
下载
110
浏览
2020-06-08发布

13. 2:十进制数的显示

  十进制数的显示,就是显示十进制数字 number DATA SEGMENT DECIMAL: DW 606D ; 准备输出的十进制数,这里选择我的寝室号 606 DATA ENDS STACKS SEGMENT STACK DW 4 DUP(0) ; 开辟四个字的堆栈,初始化为 0 STACKS ENDS CODES SEGMENT ASSUME CS:CODES,DS:DATAS,SS:STACKS START: MOV AX,DATA MOV DS,AX ; 初始化 DS ;-------------------------------------------------------------- LEA BX,DECIMAL ; 取出准备输出的十进制数 606 的偏移地址,可以使用 OFFSET 代替 MOV AX,[BX] ; 将数放进 AX MOV BX,0AH ; 给 BX 初始化为 10(The display of decimal number is the display of decimal number.)

0
下载
100
浏览
2019-06-11发布

14. 2:十进制数的显示

说明:  十进制数的显示,就是显示十进制数字 number DATA SEGMENT DECIMAL: DW 606D ; 准备输出的十进制数,这里选择我的寝室号 606 DATA ENDS STACKS SEGMENT STACK DW 4 DUP(0) ; 开辟四个字的堆栈,初始化为 0 STACKS ENDS CODES SEGMENT ASSUME CS:CODES,DS:DATAS,SS:STACKS START: MOV AX,DATA MOV DS,AX ; 初始化 DS ;-------------------------------------------------------------- LEA BX,DECIMAL ; 取出准备输出的十进制数 606 的偏移地址,可以使用 OFFSET 代替 MOV AX,[BX] ; 将数放进 AX MOV BX,0AH ; 给 BX 初始化为 10(The display of decimal number is the display of decimal number.)

0
下载
86
浏览
2019-06-11发布

15. 5

  proteus汇编语言分辨无符号字节序列最大最小值(Proteus Assembly Language Resolves Maximum and Minimum Values of Unsigned Byte Sequences)

0
下载
81
浏览
2018-11-25发布

17. 钟表计时

  实现文字颜色的变色 闪烁 钟表计时 清屏等功能(change colorlinglinglingling)

1
下载
82
浏览
2017-12-08发布

18. assignment1

  一个小程序 初学汇编 程序可以实现文件复制 望其他人指点(copy myfile A small program, beginners compilation procedures, you can achieve document replication, look at other)

1
下载
92
浏览
2017-07-08发布

19. [黑客反揭密].(美)Kaspersky.扫描版

  [黑客反汇编揭密].(美)Kaspersky.扫描版主要是学习汇编的事例(Hacker disassembly inside. (US) Kaspersky. scan version is mainly a compilation of learning.)

3
下载
93
浏览
2017-07-07发布

20. ykkg

  这个程序是汇编语言编写的遥控开关程序,可以让初学者参考和学习 (The program is written in assembly language program remote control switch, allowing beginners reference and learning)

5
下载
91
浏览
2015-04-06发布