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

搜索资源列表

  1. nasm-0.98.36-win32

    0下载:
  2. 一个x86汇编器,能在一些算法优化上能其很大作用-an x86 assembler, in some algorithms can optimize their great role
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:268797
    • 提供者:郭福珍
  1. ASM86_64

    0下载:
  2. Intel x86处理器的汇编器,适合想学汇编器的朋友参考-Intel x86 processor assembler, for, like the compilation of reference for a friend
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:51424
    • 提供者:CAI
  1. snake

    0下载:
  2. Popular snake game in assembler for the x86. Includes code and executable.
  3. 所属分类:assembly language

    • 发布日期:2017-04-29
    • 文件大小:8602
    • 提供者:martinakos
  1. AP

    0下载:
  2. x86 Assembler by Tinashe Mutandagayi
  3. 所属分类:assembly language

    • 发布日期:2017-04-29
    • 文件大小:46937
    • 提供者:Tinashe
  1. gl_cube_asm

    0下载:
  2. OpenGL Cube, Asm x86. Simple sample, which describes how to use OpenGL GAPI in Assembler. Requires MASM32 kit for building.
  3. 所属分类:assembly language

    • 发布日期:2017-04-14
    • 文件大小:4971
    • 提供者:SoFx00
  1. X86_32_Bit209604122008

    0下载:
  2. 32 位 X86 汇编工具,支持编译成可执行文件-This is an experimental 32 Bit Assembler. Originally planned for me to learn assembly language it turned out way bigger then I thought. It supports most of the standard, FPU, MMX, SSE and 3DNow instructions, can write Windows
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:85573
    • 提供者:
  1. ucc160

    0下载:
  2. ucc是一个编译器驱动器,在运行过程中,它会首先调用预处理器对C文件进行预处理, 然后依次调用编译器和汇编器生成目标文件,最后调用链接器将多个目标文件以及 库文件链接在一起生成最终的应用程序。 目前,ucc支持运行在Intel X86平台上的Linux和Windows操作系统。 当解压下载的源码后,系统中会产生一个名为ucc的目录,该目录的组织如下: driver 驱动器实现 ucl C编译器实现 doc 文档,中英文版本的ucc使用手册以及ucc内
  3. 所属分类:Compiler program

    • 发布日期:2017-03-24
    • 文件大小:700398
    • 提供者:飞轩泠
  1. fasm-1.68.tar

    1下载:
  2. 开源汇编器,支持x86机器汇编语言,功能比较强大,类似于NASM及GAS等工具-free & open source assembler
  3. 所属分类:assembly language

    • 发布日期:2017-04-03
    • 文件大小:208937
    • 提供者:caowei
  1. helppc21

    0下载:
  2. HelpPC 2.10是x86架構下對程序員來說一個"非常完整"的即時參考手冊. 其中載明所有x86的慣用硬體週邊的位址/暫存器及其使用方法. 對初學開發BIOS/OS的朋友有相當大的幫助. 主要的內容分類為: 1.Assembler指令快查 2.C函數快查 3.硬體資料與規格(所有x86的慣用硬體週邊的位址/暫存器及其使用方法) 4.BIOS/DOS軟體中斷 5.BIOS/DOS使用的表格與格式 6.其他未分類主題-HelpPC 2.10 Quick Refe
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:261095
    • 提供者:Sean(IPC)
  1. asm32-to64_MASM_TASM_YASM_flat-assembler

    0下载:
  2. This small article is about how to write in assembler for Windows 64-bit, it isn t ment for the IA64 but the new 64-bit version of x86 environment
  3. 所属分类:assembly language

    • 发布日期:2017-04-02
    • 文件大小:3968
    • 提供者:linux bog
  1. tcc-0.9.25.tar

    0下载:
  2. A c compiler source code. Tiny C Compiler feature: SMALL! You can compile and execute C code everywhere, for example on rescue disks (about 100KB for x86 TCC executable, including C preprocessor, C compiler, assembler and linker). FAST! tcc gener
  3. 所属分类:Compiler program

    • 发布日期:2017-03-23
    • 文件大小:443798
    • 提供者:Steven Hu
  1. vasm.tar

    0下载:
  2. vasm is a retargettable assembler. It can assemble code using various syntax flavours and target many different CPUs including 68k, z80, x86, PowerPC.
  3. 所属分类:assembly language

    • 发布日期:2017-04-25
    • 文件大小:303480
    • 提供者:pulkomandy
  1. dasm-2.20.11-win32-x86

    0下载:
  2. 开源的8位MCU汇编器源代码,可以用于学习编译器原理。-A assembler source code.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:173106
    • 提供者:EmbeddedFans
  1. x86hextodec

    0下载:
  2. x86 assembler hex conversion source code-x86 assembler hex conversion source code
  3. 所属分类:assembly language

    • 发布日期:2017-04-28
    • 文件大小:19628
    • 提供者:jolin
  1. PC_start

    0下载:
  2. 最简单的PC启动程序,中文汇编编写,用习语言中汇.exe编译。包内以附汇编器,执行批处理即可编译,生成软盘映像文件,随便找个虚拟机就可启动。内有详细说明,是学习x86汇编的入门好资料.-The most simple PC start procedures, written in assembly Chinese, compiled with.Exe language learning in the. The bag attached to the assembler, compiler can
  3. 所属分类:assembly language

    • 发布日期:2017-04-26
    • 文件大小:462186
    • 提供者:zzz
  1. obfuscator20

    0下载:
  2. Obfuscator is a tool to modify x86 assembler source code in this way to make an analysis of compiled code very difficult
  3. 所属分类:Compiler program

    • 发布日期:2017-04-16
    • 文件大小:426697
    • 提供者:pudamadre92
  1. nasm-2.11.08

    0下载:
  2. NASM是一个为可移植性与模块化而设计的一个80x86的汇编器。NASM是一个自动配置的安装包,cd到它的目录下,输入./configuer,该脚本会找到最好的C编译器来构造NASM,并据此建立Makefiles-The Netwide Assembler (NASM) is an assembler and disassembler for the Intel x86 architecture. It can be used to write 16-bit, 32-bit (IA-32) an
  3. 所属分类:assembly language

    • 发布日期:2017-05-06
    • 文件大小:1398894
    • 提供者:Gao
搜珍网 www.dssz.com