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

Search list

[ELanguageNASMsrcForVS2008

Description: NASM 源代码。可在VS2008中编译。非常有用.
Platform: | Size: 982756 | Author: alex | Hits:

[ELanguagenasm-0.98.38

Description: 一个免费的汇编语言编译器的源代码-a free compilation of language compiler source code
Platform: | Size: 597841 | Author: 王宁 | Hits:

[Linux-UnixNASM_Chinese_manule

Description: NASM是linux/unix下重要的汇编工具,其编程风格类似于X86平台下的汇编。。熟悉windows平台下的汇编工具MASM则很容易使用NASM,本资料是NASM的使用手册的中文翻译版本
Platform: | Size: 514975 | Author: prife | Hits:

[assembly languagenasm-2.03.01-dos

Description: EDIT Assembler can for VC6 VC8 VC2005
Platform: | Size: 779711 | Author: kevinsu | Hits:

[File Operate使用64个字符键加密文件的类

Description: 汇编内核的md5算法.使用方法:一种方法是使用原代码包中的make.bat,这需要安装nasm编译器;第二种就是直接将md5_x86.obj拷贝到你的工程下,直接使用-compilation of md5 kernel algorithm. Use : One method is to use the original code of make.bat, which requires the installation of NASM compiler; The second is directly md5_x86.obj copy of your project, the direct use
Platform: | Size: 4010 | Author: 高泽虎 | Hits:

[VC/MFCAsm_NASM中文手册

Description: NASM是一个为可移植性与模块化而设计的一个80x86的汇编器。它支持相当多的目标文件格式,包括Linux和"NetBSD/FreeBSD","a.out","ELF","COFF",微软16位的"OBJ"和"Win32"。它还可以输出纯二进制文件。它的语法设计得相当的简洁易懂,和Intel语法相似但更简单。
Platform: | Size: 588230 | Author: boysdm | Hits:

[Documentsnasm命令手册

Description:
Platform: | Size: 512962 | Author: chbibo@163.com | Hits:

[assembly languagemouseOS 源码

Description: mouseOS 说明: * mouseOS 是用纯汇编语言写的,编译器使用 nasm * 基于 AMD64(x64 体系),同样适合 Intel64 体系,mouseOS 是 64 位的 OS * 最纯粹、原始的编码方式。
Platform: | Size: 74574 | Author: yhb0137@eyou.com | Hits:

[Compilednasm源代码.zip

Description:
Platform: | Size: 768635 | Author: fmpan@163.com | Hits:

[assembly languagewinasm

Description: WinAsm32的确是一本好的教材,不管你是初学者,还是高手,都能从它里面学到很多的东西.-WinAsm32 is a good material, whether you are a beginner or expert, can learn from the inside many things.
Platform: | Size: 777216 | Author: | Hits:

[Crack Hack使用64个字符键加密文件的类

Description: 汇编内核的md5算法.使用方法:一种方法是使用原代码包中的make.bat,这需要安装nasm编译器;第二种就是直接将md5_x86.obj拷贝到你的工程下,直接使用-compilation of md5 kernel algorithm. Use : One method is to use the original code of make.bat, which requires the installation of NASM compiler; The second is directly md5_x86.obj copy of your project, the direct use
Platform: | Size: 4096 | Author: | Hits:

[assembly languagecutebomb_nasm-0.98-win32

Description: linux下的汇编工具,(内包含反汇编工具),比masm有许多优点。-the compilation tools (includes anti-compilation tools), can have many advantages.
Platform: | Size: 163840 | Author: 张小姐 | Hits:

[Othernasm

Description: masm is a important thing.-can is a important thing.
Platform: | Size: 65536 | Author: 洋洋 | Hits:

[OtherWinAsm511

Description: 汇编程序在WINDOWS下用来学习8086汇编语言的-compilation procedures in Windows used to study under the 8086 compilation of language
Platform: | Size: 528384 | Author: LCD | Hits:

[OtherWrite_OS_by_yourself

Description: <自己动手写操作系统>这本书的电子版,是学习操作系统的经典书籍,看了此书,您就可以编写属于自己的操作系统了。强烈推荐-<Do-It-Yourself to write the operating system> This electronic version of this book is a classic book to learn the operating system, read this book, you can write their own operating system. Strongly recommend
Platform: | Size: 20891648 | Author: | Hits:

[OS programnasmbootsector

Description: 自己写的操作系统!不过现在只能实现引导区-write their own operating system! But only now realizing the Boot
Platform: | Size: 70656 | Author: 申寒光 | Hits:

[Disk Toolsxdma_v33

Description: XDMA是DOS下的磁盘UltraDMA传输的驱动程序. 支持PC主板有Intel,VIA,SiS,ALi. 该版本为v33,NASM编译.-XDMA is under the DOS disk UltraDMA transmission of the driver. PC support I have the Main Board ntel, VIA, SiS, ALi. The version v33, Assemble compiler.
Platform: | Size: 34816 | Author: Z.T | Hits:

[Bookswinasm-study~

Description: 汇编语言学习指导的电子书~ 挺不错的~值得推荐给大家学习和研究~-compilation of language learning of E-book guide quite good ~ ~ recommendable to everyone studying ~
Platform: | Size: 388096 | Author: 王春山 | Hits:

[VC/MFCWinASM32

Description: WinASM32 中文版 WinASM32 中文版-WinASM32 Chinese version of the Chinese version WinASM32
Platform: | Size: 778240 | Author: | Hits:

[assembly languageO-asm

Description: 本教程主要讲述计算机指令运行机制及汇编语言的相关知识,并用详实的例子来讲解如何使用O汇编语言来编写程序。汇编语言是计算机低级语言,它直接对应的是计算机机器指令,据有执行高效的特点,但由于它的底层性,指令浩繁复杂,如果你熟悉如MASM、FASM或者NASM等其它的汇编语言,那么你将能够很容易地学会使用O语言,它的内部机制与其它汇编语言是一致的;如果你没有接触过汇编语言,那么本教程将为你打开计算机语言的大门,深入细致地解剖聪明的计算机大脑的思考轨迹。如果你使用过C或者其它的计算机语言将对学习O语言有一定的帮助。-the handbook focuses on the operation of computer instructions and mechanisms related to the compilation of language knowledge, and the use of detailed examples to explain how to use the O Series language programming. Language is a compilation of computer low level language, which directly correspond to the computer machinery orders, according to the efficient implementation of the characteristics But since they are bottom, voluminous complex instructions, if you are familiar with such as Shape, FASM or Assemble the compilation and other languages, then you will be able to easily learn how to use O language, The internal mechanism and the other assembly language is unanimous; If you had any contact with assembly language. Then you have the handbook will open the door to computer language,
Platform: | Size: 225280 | Author: we | Hits:
« 1 2 3 4 5 6 7 89 10 11 12 13 14 »

CodeBus www.codebus.net