-
masm在windows环境下运行的安装程序,里面还附有各种命令的帮助等...
masm在windows环境下运行的安装程序,里面还附有各种命令的帮助等-MASM in the windows environment to run the installation program, which also included the help of a variety of command and so on
- 2023-05-29 00:10:05下载
- 积分:1
-
应用8086系列接口芯片设计一个字符点阵为8*8LED显示器接口,显示字符“计、算、机、专、业”。每个字符显示2s,每个字符之间插入★,循环显示。...
应用8086系列接口芯片设计一个字符点阵为8*8LED显示器接口,显示字符“计、算、机、专、业”。每个字符显示2s,每个字符之间插入★,循环显示。-Application 8086 series interface chip to design a character dot-matrix display interface for the 8* 8LED to show character " into account, calculating, machine, specialized, industry." Each character display 2s, inserted between each character ★, loop display.
- 2023-07-16 23:20:03下载
- 积分:1
-
这个程序输入3个数字,并将它们从最大的最小。
This program inputs 3 numbers and sorts them from largest to smallest.
- 2022-05-13 10:52:14下载
- 积分:1
-
音乐盒程序
这个程序是用Intel8086平台运行的一个汇编语言程序,其中包含两首歌,可通过控制来实现音乐播放的功能,同时,也以实现按键控制8086发出声音的功能。
- 2022-01-31 17:23:25下载
- 积分:1
-
键盘控制相应的LED不同状态,直观易懂好学.PIC就从这里开始.
键盘控制相应的LED不同状态,直观易懂好学.PIC就从这里开始.-keyboard to control the corresponding LED different states, is easy to understand learning. PIC from here.
- 2022-04-13 07:19:55下载
- 积分:1
-
利用dos功能调用,显示字符和色彩图案
利用dos功能调用,显示字符和色彩图案-use function calls, showing character and color logo
- 2022-07-02 01:40:24下载
- 积分:1
-
这是笔者早年开发的一款用单片机读摄象头图象数据的程序,是用汇编写的,设计思路和程序风格可以借鉴,是笔者的得意之作。...
这是笔者早年开发的一款用单片机读摄象头图象数据的程序,是用汇编写的,设计思路和程序风格可以借鉴,是笔者的得意之作。-This is the author spent his early years developed a single-chip image data read摄象头procedures, is the compilation of written procedures for design ideas and style can draw on, is the author
- 2022-10-12 06:20:03下载
- 积分:1
-
Microcontroller to do their own car sprayed pictures, and procedures are used as...
自己做的单片机喷图小车的,程序是用汇编语言实现。小车可以喷出为五环。-Microcontroller to do their own car sprayed pictures, and procedures are used assembly language to achieve. Vehicles can be emitted for the five rings.
- 2022-06-27 06:03:43下载
- 积分:1
-
一个很好的dijkstra算法程序。强烈推荐大家下载!
一个很好的dijkstra算法程序。强烈推荐大家下载!-Dijkstra algorithm a very good program. Strongly recommend you to download!
- 2022-07-07 10:11:35下载
- 积分:1
-
DEbug 关于制作瑞星杀毒软件密钥盘的源码 MOV BX,200 ;内存基址(0面) MOV DH,00 ;磁头号00 MOV DL,00 ;驱动器号00(A...
DEbug 关于制作瑞星杀毒软件密钥盘的源码 MOV BX,200 ;内存基址(0面) MOV DH,00 ;磁头号00 MOV DL,00 ;驱动器号00(A盘) MOV CX,4F01 ;4F(即79)号磁道01号扇区 即(CH=4F CL=01) MOV AH,05 ;格式化磁道 MOV AL,09 ;连续读取9个扇区 INT 13 ;调用13号中断 INT 3 MOV BX,300 ;内存基址(1面) MOV DH,01 ;磁头号01 MOV DL,00 ;驱动器号00(A盘) MOV CX,4F01 ;4F(即79)号磁道01号扇区 即(CH=4F CL=01) MOV AH,05 ;格式化磁道 MOV AL,09 ;连续读取9个扇区 INT 13 ;调用13号中断 INT 20 ;返回dos 初学汇编,请各位多多指教!-Debug on the production of Rising antivirus software key source disk MOV BX, 200 memory base address (0 face) MOV DH, 00 head No. 00 MOV DL, 00 drive No. 00 (A disk) MOV CX, 4F01 4F (ie 79) of track that is on the 1st sector (CH = 4F CL = 01) MOV AH, 05 formatted track MOV AL, 09 consecutive read 9 sector INT 13 call on the 13th interruption INT 3 MOV BX, 300 memory base address (1 side) MOV DH, 01 head No. 01 MOV DL, 00 drive No. 00 (A disk) MOV CX, 4F01 4F (ie 79) of track that is on the 1st sector (CH = 4F CL = 01) MOV AH, 05 formatted track MOV AL, 09 consecutive read 9 sector INT 13 call on the 13th
- 2023-06-25 06:50:03下载
- 积分:1