-
Taught how to use the asm programming, there are many nice examples.
教如何使用asm编程,有很多很好的例子。
- 2022-01-26 01:15:59下载
- 积分:1
-
ReadIonex
可以读取从IGS网站上下载的电离层文件,并输出某一个网点上的电子含量值(Can be read from IGS ionospheric site to download files and output one dot on the value of electronic content)
- 2013-05-23 09:09:40下载
- 积分:1
-
YM12864R是汇编语言测试程序,供学习下载!希望对大家有所帮助...
YM12864R是汇编语言测试程序,供学习下载!希望对大家有所帮助-YM12864R compilation language testing procedures for learning download! We want to help
- 2022-02-10 04:42:56下载
- 积分:1
-
ASM PIC和PC
用汇编语言实现 单片机与PC通信实例 -asm pic &pc
- 2022-01-25 18:31:43下载
- 积分:1
-
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.)
- 2019-06-11 18:29:48下载
- 积分:1
-
一个模拟的操作系统的一些功能
一个模拟的操作系统的一些功能-a simulation of the operating system features
- 2022-11-15 17:00:03下载
- 积分:1
-
运行可执行程序testword.exe,出现菜单主界面,按回车键出现由26个字母组成的乱序行,这时其中任一字母落下,在键盘上敲入该字母,如果输入正确,字母消失;...
运行可执行程序testword.exe,出现菜单主界面,按回车键出现由26个字母组成的乱序行,这时其中任一字母落下,在键盘上敲入该字母,如果输入正确,字母消失;按ESC键返回主界面;按空格见暂停;按‘E’退出。 -running executable testword.exe, there main menu interface, press the Enter key emerging from the 26 letters of the alphabet disorder OK, then any one of the letters fall into nice in the letter, if the importation is correct, the letters disappeared; According to the ESC key to return to the main interface; See box suspended by ; according to "E" withdrawal.
- 2022-07-26 09:35:33下载
- 积分:1
-
一个数字时钟的汇编语言程序
一个数字时钟的汇编语言程序-a digital clock Assembly Language Program
- 2022-01-30 21:04:03下载
- 积分:1
-
Festival, and calculated
获得温度节,并进行计算-Festival, and calculated
- 2022-02-02 13:33:52下载
- 积分:1
-
zifu
运用汇编语言实现字符串比配功能,输入主字符串然后再和子字符串比配看是否存在(Compared with the string)
- 2011-06-22 19:52:56下载
- 积分:1