CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - nasm

搜索资源列表

  1. mouseOS 源码

    1下载:
  2. mouseOS 说明: * mouseOS 是用纯汇编语言写的,编译器使用 nasm * 基于 AMD64(x64 体系),同样适合 Intel64 体系,mouseOS 是 64 位的 OS * 最纯粹、原始的编码方式。
  3. 所属分类:汇编语言

  1. nasm源代码.zip

    1下载:
  2. 所属分类:编译

    • 发布日期:2012-01-04
    • 文件大小:768635
    • 提供者:fmpan@163.com
  1. nasm-2.09.10.tar 可移植性与模块化而设计的一个80x86的汇编器

    0下载:
  2. NASM2.09.10是一个为可移植性与模块化而设计的一个80x86的汇编器。它支持相当多的目标文件格式,包括Linux和NetBSD/FreeBSD,a.out,ELF,COFF,微软16位的OBJ和Win32。它还可以输出纯二进制文件。它的语法设计得相当的简洁易懂,和Intel语法相似但更简单。它支持Pentium,P6,MMX,3DNow!,SSE and SSE2指令集-NASM2.09.10 is designed for portability and modularity of a
  3. 所属分类:汇编语言

    • 发布日期:2017-03-25
    • 文件大小:1001264
    • 提供者:王宗阳
  1. xvid.rar

    1下载:
  2. xvid是mpeg最好的算法,里面包括了xvid的源代码,里面包含了编译好的lib文件和dll文件和头文件,可以直接拿来使用,免去编码的时间.还带有.pdf详细的说明文档和nasm编译器.对开发xvid很有帮助,xvid is the best algorithm mpeg, xvid which includes the source code, which contains the compiled lib files and dll files and header files can b
  3. 所属分类:mpeg mp3

    • 发布日期:2015-09-19
    • 文件大小:1715038
    • 提供者:梁海泉
  1. NASM_MBR

    0下载:
  2. 基于nasm编译器写的简单的mbr引导代码,非常实用。-Nasm-based compiler, written in a simple mbr boot code, very useful.
  3. 所属分类:assembly language

    • 发布日期:2017-03-28
    • 文件大小:1239
    • 提供者:孟涛
  1. nasm2.0.3

    0下载:
  2. NASM2.03汇编编译器,支持跨平台编译,可以生成,支持各种常用Link工具的目标代码文件。 支持64位汇编指令。内附原版参考文档。-NASM2.03 compilation of the compiler to support cross-platform compiler, can generate and support a variety of commonly used tools Link object code file. Support 64-bit compilation
  3. 所属分类:Compiler program

    • 发布日期:2017-04-10
    • 文件大小:1908195
    • 提供者:扎克
  1. boot

    0下载:
  2. boot.asm是用nasm汇编程序做的VESA显存模式驱动的写点 带有软盘驱动引导程序 用FloppyWriter.exe写主引导区-boot.asm is done NASM assembler VESA mode driver memory write point boot with the floppy disk drive used to write the Master Boot FloppyWriter.exe District
  3. 所属分类:assembly language

    • 发布日期:2017-03-28
    • 文件大小:185148
    • 提供者:李小祥
  1. NASMPLUS0325

    0下载:
  2. 一个NASM汇编器的原代码,对于nasm感兴趣的朋友可以看看。-One of the original NASM assembler code, for NASM interested can look at.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-08
    • 文件大小:1698938
    • 提供者:云儿
  1. loader

    0下载:
  2. 一个加载OS内核的源代码,用NASM写成-A load OS kernel source code, written using NASM
  3. 所属分类:assembly language

    • 发布日期:2017-04-03
    • 文件大小:6309
    • 提供者:kaiyan
  1. x264_0708

    0下载:
  2. 在vc在可以编译,其中,汇编部分代码要有nasm编译器。在调试参数中输入--longhelp或者-h,会输出帮助信息。输入相应的编译选项就可以进行编码了。 -In vc can be compiled, including the compilation of some of the code have NASM compiler. In the debug parameter input- longhelp or-h, will be output to help information. E
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-05-10
    • 文件大小:2271793
    • 提供者:liuchunlong
  1. linux-ex

    0下载:
  2. 关于linux环境下的nasm代码的生成和使用-On the linux environment NASM code generation and use
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:31970
    • 提供者:saint
  1. nasm

    0下载:
  2. asm,nasmforwindows,编译工具-asm, nasmforwindows
  3. 所属分类:Project Design

    • 发布日期:2017-05-03
    • 文件大小:545117
    • 提供者:lyy1128
  1. md5x86

    0下载:
  2. 汇编内核的md5算法,应网友要求改进了两个部分: 1、采用nasm风格汇编,可以方便的移植到linux平台下。 2、修正了56个字节以上明文加密会出错的bug,对任意长的明文都能够加密 使用方法: 一种方法是使用原代码包中的make.bat,这需要安装nasm编译器;第二种就是直接将md5_x86.obj拷贝到你的工程下,直接使用-Kernel compilation md5 algorithm, User requirements should be improved i
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-28
    • 文件大小:8735
    • 提供者:wulang
  1. B

    0下载:
  2. 操作系统开发2,包含nasm调试工具,td调试工具-2 operating system development, including debugging nasm tool, td debug tools
  3. 所属分类:OS Develop

    • 发布日期:2017-04-25
    • 文件大小:392081
    • 提供者:boozer
  1. C

    0下载:
  2. 操作系统开发3,包含nasm调试工具,td调试工具-3 operating system development, including debugging nasm tool, td debug tools
  3. 所属分类:OS Develop

    • 发布日期:2017-04-17
    • 文件大小:390793
    • 提供者:boozer
  1. D

    0下载:
  2. 操作系统开发4,包含nasm调试工具,td调试工具-4 operating system development, including debugging nasm tool, td debug tools
  3. 所属分类:OS Develop

    • 发布日期:2017-04-17
    • 文件大小:399578
    • 提供者:boozer
  1. E

    0下载:
  2. 操作系统开发5,包含nasm调试工具,td调试工具-5 operating system development, including debugging nasm tool, td debug tools
  3. 所属分类:OS Develop

    • 发布日期:2017-04-24
    • 文件大小:406831
    • 提供者:boozer
  1. F

    0下载:
  2. 操作系统开发6,包含nasm调试工具,td调试工具-6 operating system development, including debugging nasm tool, td debug tools
  3. 所属分类:OS Develop

    • 发布日期:2017-04-25
    • 文件大小:388780
    • 提供者:boozer
  1. nasm-win32

    0下载:
  2. 一个关于音视频处理的软件源码,适合大家参考和学习-Audio and video processing on the software source code for your reference and learning
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-01
    • 文件大小:268484
    • 提供者:
  1. djgpp

    1下载:
  2. djgpp编译环境,已经将gcc,ar等解开到其中,直接可以使用。使用时参考内部readme.lst文件,设置好路径即可: set DJGPP=C:\DJGPP\DJGPP.ENV set PATH=C:\DJGPP\BIN PATH -djgpp compiler environment, have gcc, ar, such as the one to solve, can be used directly. The use of internal reference readme.
  3. 所属分类:Other systems

    • 发布日期:2017-05-22
    • 文件大小:7003128
    • 提供者:张炜
« 1 2 3 4 5 67 8 9 10 »
搜珍网 www.dssz.com