-
斐波那契数列在汇编语言8086
Fibonacci Series in Assembly Language 8086
- 2022-05-23 23:04:23下载
- 积分:1
-
计算器的代码,一般用于计算器的工作
code for calculator generally used for working of calculator
- 2023-09-04 03:10:03下载
- 积分: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
-
很全的dos命令,对于汇编过程中要用的的命令查询很有参考价值...
很全的dos命令,对于汇编过程中要用的的命令查询很有参考价值-Very wide of the dos command for the compilation process to use the command query valuable
- 2022-01-24 15:50:11下载
- 积分:1
-
使用HT1632 驱动点阵式LED显示屏显示小绿人
使用HT1632 驱动点阵式LED显示屏显示小绿人-HT1632 driver to use dot-matrix LED display shows the little green men
- 2022-05-20 14:14:38下载
- 积分:1
-
是金桑子的平衡功放,很详细的电路图
是金桑子的平衡功放,很详细的电路图-Is part of the balance Kuwako amplifier, it is a detailed circuit diagram
- 2022-03-24 06:28:15下载
- 积分:1
-
这是一个关于嵌入试开发的简单例子,大家可以参考一下,为以后的学习打基础...
这是一个关于嵌入试开发的简单例子,大家可以参考一下,为以后的学习打基础-This is a test of embedded development simple example, we can take a look to the future to build up the foundation of learning
- 2022-05-07 06:53:39下载
- 积分:1
-
汇编小游戏,主要是坦克打靶,通过控制坦克来击打天空中飞来飞去的靶子...
汇编小游戏,主要是坦克打靶,通过控制坦克来击打天空中飞来飞去的靶子-Compilation of small games, mainly targeting tanks, by controlling the tank to hit the sky flying target
- 2023-01-12 11:05:03下载
- 积分:1
-
AVR汇编百例,从别人出弄来,希望对大家有所帮助
AVR汇编百例,从别人出弄来,希望对大家有所帮助-Compilation of 100 cases of AVR, get out from others, and they hope to help everyone
- 2022-08-07 08:57:19下载
- 积分:1
-
In the window instead of using the bmp file in response to WM_PAINT message, win...
在窗口上使用bmp文件而不用响应WM_PAINT消息,win32汇编源码,及编译好的exe文件,汇编爱好者不错的选择-In the window instead of using the bmp file in response to WM_PAINT message, win32 compilation of source code, and compiled exe files, the compilation of fans a good choice
- 2022-09-24 03:40:03下载
- 积分:1