-
Registry Edit Sample code
Registry Edit Sample code
- 2022-08-21 08:18:40下载
- 积分:1
-
Assembly language programming and debugging tools. The purpose of learning assem...
汇编语言编程和调试工具。
学习汇编语言的目的就是要用汇编语言编程来解决实际问题,下面介绍二种常用的汇编语言编程环境:宏汇编MASM 6.11和Turbo Assember 5.0。
1.1、宏汇编MASM系统
在宏汇编MASM系统中,程序员可用二种方法来处理源程序:命令行和集成环境。
-Assembly language programming and debugging tools. The purpose of learning assembly language is to use assembly language programming to solve practical problems, the following describes two kinds of commonly used assembly language programming environment: Macro Assembler MASM 6.11 and Turbo Assember 5.0. 1.1, Macro Assembler MASM Macro Assembler MASM system in the system the programmer can be two kinds of ways to deal with source code: The command line and integrated environment.
- 2022-12-17 00:45:04下载
- 积分:1
-
介绍汇编语言,属于教程一类的,想学习对硬件编程的朋友可以下载来看看。直接解压就可,CHM文件。...
介绍汇编语言,属于教程一类的,想学习对硬件编程的朋友可以下载来看看。直接解压就可,CHM文件。-introduction to the compilation of language, belong to a category Guide, want to learn programming for the hardware can be downloaded friends to see. Decompression can be direct, CHM file.
- 2022-01-24 17:42:14下载
- 积分:1
-
blue space 蓝色空间下载系统精简版
blue space 蓝色空间下载系统精简版---大家分享-blue space blue space streamlined version of Download System-- share
- 2023-08-29 02:40:02下载
- 积分: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
-
用汇编语言编写的驱动程序
用汇编语言所写的光驱弹出程序,小巧使用-assembly language written in the drive pop-up procedures, the use of compact
- 2023-05-21 16:20:03下载
- 积分:1
-
UASRT asynchronous serial receive routine, suitable for beginners to learn!
UASRT异步串行接收例程,适合初学者学习!-UASRT asynchronous serial receive routine, suitable for beginners to learn!
- 2022-01-23 11:13:41下载
- 积分:1
-
S1实验板 AT89C51 12M晶振
乘法实验0FFH*03H=02FDH=756在P0口和P1口显示...
S1实验板 AT89C51 12M晶振
乘法实验0FFH*03H=02FDH=756在P0口和P1口显示 -S1 board multiplication experiment AT89C51 12M crystal 0FFH* 03H = 02FDH = 756 in the P0 and P1 mouth I show
- 2022-05-06 12:33:44下载
- 积分:1
-
DSP16 10进制转换的程序(111111111111)
dsp16到10进制转化的程序
(111111111111)-dsp16 to 10 hex conversion program (111111111111)
- 2022-03-19 09:07:14下载
- 积分:1
-
1. 通过汇编语言程序设计进一步掌握80x86指令系统。
2. 掌握汇编语言程序设计方法,包括:分支、循环、子程序、宏、结构和记录等的设计...
1. 通过汇编语言程序设计进一步掌握80x86指令系统。
2. 掌握汇编语言程序设计方法,包括:分支、循环、子程序、宏、结构和记录等的设计-1. Through the assembly language program designed to further understand the 80x86 instruction set. 2. To master assembly language programming, including: branch, loop, subroutine, macro, structure and records of the design
- 2022-03-18 02:55:42下载
- 积分:1