Welcome![Sign In][Sign Up]
Location:
Search - masm32

Search list

[ELanguageHA_MasmEd1029R_SNG

Description: MasmEd是一款专门针对Masm32做的汇编代码编辑器,并内置了一个资 源编辑器,方便程序员编写Windows软件,与其同胞兄弟RadASM比较, 它更适合汇编初学者使用-MasmEd is a Masm32 done specifically for the compilation of code editor, and built a resource editor to facilitate the preparation of Windows software programmers, with their brothers RadASM comparison, it is more suitable for beginners to use the compilation of
Platform: | Size: 448512 | Author: 李立充 | Hits:

[Otherwin32-asm-jiaochen-verygood

Description: ASM 的教程。 这是使用 win32asm进行数据库编程,进行WINDOWS界面编程, Win32ASM的编译器最常用的有两种:Borland公司的Tasm5.0和Microsoft的Masm6.11以上版本,两种编译器各有自己的优缺点,Tasm带了一个不大不小的Import库,而Masm没有带,但Masm在代码的优化上面好象比Tasm做得好,但它却不带Import库。看来使用哪一种编译器还是比较难选择的,但Steve Hutchesson给了我们一个答案,他为Masm建立了一个很全的Import库,基本上包括了Windows绝大部分的Api函数,这些库、include文件和其他工具还有Masm6.14版本一起做成了一个 Masm32编译器 -- Masm32V5。这样一来,我们用汇编编程就象用C一样方便。 因为有了Masm32V5,所以就我个人而言,我推荐使用Masm作为Win32ASM的编译工具,但Masm和Tasm的宏语法有很多的不同,我的这个教程是以Masm格式写的。-err
Platform: | Size: 1422336 | Author: myname | Hits:

[Windows DevelopBurningISOSinVB

Description: 刻录软件源代码 ename all Files *.rename in the folder to *.dll. After this run the project and have phun!!! The source for the dll s is included. For the source for aspiburning.dll you need the free compiler "masm32". The source of aspiburning.dll is Assembler, so it s very fast!!! You ll get an error, if you want to overwrite an existing ISO. Visual Basic will crash.-Burning software source code ename all Files*. rename in the folder to*. dll.After this run the project and have phun!!! The source for the dll s is included.For the source for aspiburning.dll you need the free compiler masm32 . The source of aspiburning.dll is Assembler, so it s very fast!!! You ll get an error, if you want to overwrite an existing ISO.Visual Basic will crash.
Platform: | Size: 167936 | Author: liu | Hits:

[OtherMuZiShowIP

Description: QQ_Plugins.bat就是源代码,要编译直接运行它就可以了。MASM32必须安装在与源代码同一盘下的masm32目录下。推荐安装masm32 v8.0。-QQ_Plugins.bat is the source code, it is necessary to compile it directly to run it. MASM32 must be installed on the same disc with the source code under the masm32 directory. Recommend install masm32 v8.0.
Platform: | Size: 548864 | Author: ... | Hits:

[assembly languagegl_cube_asm

Description: OpenGL Cube, Asm x86. Simple sample, which describes how to use OpenGL GAPI in Assembler. Requires MASM32 kit for building.
Platform: | Size: 5120 | Author: SoFx00 | Hits:

[assembly languageCmos

Description: masm32环境下,读写访问cmos数据代码的例子-masm32 environment, read and write data access code example cmos
Platform: | Size: 64512 | Author: wzh | Hits:

[assembly languageGetCommand

Description: masm32环境下一个获取程序运行参数的例子-masm32 environment operating parameters of a procedure to obtain examples of
Platform: | Size: 2048 | Author: wzh | Hits:

[assembly languageKeyBoardHook

Description: masm32环境下一个键盘钩子的汇编代码例子-masm32 environment a keyboard hook assembly code example
Platform: | Size: 4096 | Author: wzh | Hits:

[assembly languageWinIO

Description: masm32环境,windows下访问端口的汇编代码例子-masm32 environment, windows access port assembly code example
Platform: | Size: 3072 | Author: wzh | Hits:

[assembly languagezhuru

Description: 远程线程注入的一个例子,汇编编写,编译器是masm32,有注释。-a sample of CreateRemoteThread , write in asm
Platform: | Size: 1024 | Author: s | Hits:

[assembly languagemasm32

Description: MASM has a number of built in operators that allow a programmer to use C style evaluation and loop code when writing high level Windows code that interfaces with the operating system. More often than not, low level algorithms do not use any of the high level operators as it would produce suboptimal instruction sequences for maximum performance but much of the high level code inherant in Windows suffers from complexity rather than speed considerations and it is here where the C style high level emulation code provides its biggest advantage.
Platform: | Size: 90112 | Author: Bremher Naus | Hits:

[Otherdesktop

Description: 虚拟桌面,使用CTRL+1 和 CTRL+2 切换, 使用 CTRL+3 推出程序,Masm32 V8编译-Virtual Desktop , use CTRL+1 and CTRL+2 switch desktop, use CTRL+3 end this program,Compile with Masm32 V8
Platform: | Size: 1024 | Author: xie | Hits:

[assembly languageopengl

Description: this an opengl example from the masm32 package, all credit to the original creator.-this is an opengl example from the masm32 package, all credit to the original creator.
Platform: | Size: 4096 | Author: Retsim X | Hits:

[assembly languagetreedemo

Description: tree demo from the masm32 package, all credit to its creator
Platform: | Size: 5120 | Author: Retsim X | Hits:

[assembly languagejsb

Description: 实现与windows记事本类似的界面与功能,在masm32下汇编运行,注释详细。-Implementation and windows Notepad like interface and functions under the masm32 assembly operation, detailed comments.
Platform: | Size: 57344 | Author: wmm | Hits:

[Picture Viewerjpeg

Description: 动态内存jpeg图象显示,纯masm32编写-Dynamic memory jpeg images show
Platform: | Size: 53248 | Author: 笑梅 | Hits:

[Windows Developselfextr

Description: 自释放资源程序,适合做安装程序,纯masm32编写-Since the release of resources, procedures, suitable for installation program
Platform: | Size: 14336 | Author: 笑梅 | Hits:

[assembly languagePLAYCAP

Description: capturevideo的directshow汇编版,纯masm32编写-capturevideo the directshow compiled version of the preparation of pure masm32
Platform: | Size: 15360 | Author: 笑梅 | Hits:

[assembly languageagent

Description: 精灵程序,纯masm32汇编代码,使用时请安装MSagent.exe-Wizard process, pure masm32 assembly code, use when you install the MSagent.exe
Platform: | Size: 2147328 | Author: 笑梅 | Hits:

[OS programminicom

Description: the sample that shows the masm32 tecnique for using the cComponent Object Model
Platform: | Size: 3072 | Author: iluxa | Hits:
« 1 2 3 4 56 7 8 9 »

CodeBus www.codebus.net