▍1. wzq
汇编语言实现的五子棋,方向键控制方向,空格键落子。(Assembly language backgammon, arrow keys to control direction, spacebar Lazi.)
利用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)
字符串比较(从键盘上输入两个字符串,比较字符串,如相同,则显示“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))
说明: 字符串比较(从键盘上输入两个字符串,比较字符串,如相同,则显示“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))
使用8086汇编语言 基于DOS功能完成横版2D小游戏的设计 具体游戏使用(Using 8086 Assembly Language to Complete the Design of Horizontal 2D Game Based on DOS Function)
说明: 使用8086汇编语言 基于DOS功能完成横版2D小游戏的设计 具体游戏使用(Using 8086 Assembly Language to Complete the Design of Horizontal 2D Game Based on DOS Function)
在指定的位置,用指定的颜色,显示一个用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)
如何使用dosbox及挂载,以及如何对汇编文件进行编辑、编译、连接、运行。(How to use dosbox and mount)
说明: 实现学生成绩等信息的统计和计算,进行平均数,分数段的统计等(achieve statistics and calculation of students' grades and other information)
引导源代码,可以从软盘启动。用汇编软件把代码刷入磁盘第一扇区就可以了(boot code asm)
用汇编实现两浮点数相乘,已经经过验证,可以运行实现,提供参考。。(Assembly to achieve two floating-point multiplies, has been verified, you can run to achieve, to provide a reference. .)
IBM-PC汇编语言程序设计课后习题答案(第二版_沈美明)(IBM-PC assembly language programming answers to the questions (second edition _ SHEN Mei))
好不容易找到了一个KV100的程序,用W32DOSM反汇编过来的源程序文件。有兴起的朋友可以看下。KV100共有4个程序文件。KV100.COM 、KV100.EXE、KV100FIX.EXE、VIRUS.DAT 注意:VIRUS文件,我只是把.DAT改为了.TXT文件。(KV100.COM 、KV100.EXE、KV100FIX.EXE、VIRUS.DAT Disassembly)
好不容易找到了一个KV100的程序,用W32DOSM反汇编过来的源程序文件。有兴起的朋友可以看下。KV100共有4个程序文件。KV100.COM 、KV100.EXE、KV100FIX.EXE、VIRUS.DAT 注意:VIRUS文件,我只是把.DAT改为了.TXT文件。(KV100.COM 、KV100.EXE、KV100FIX.EXE、VIRUS.DAT Disassembly)
这是学习学习dos汇编的一份资料,还不错(This is a compilation of dos learn information, but also good)
8255等芯片可用的汇编程序,微机原理设计必用源代码(Assembler of 8255 chips available, computer theory design will use the source code)