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

搜索资源列表

  1. SC 22

    0下载:
  2. The Small C compiler translates a subset of the C language into assembly language. It runs under PC/MS-DOS 2.1 and later. Small C is compatible with the Microsoft and Small Mac assemblers. Small C takes full advantage of the ability of thes
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:131086
    • 提供者:张先生
  1. 内联汇编

    0下载:
  2. 在Visual C++中使用内联汇编不需要额外的编译器和联接器,且可以处理Visual C++中不能处理的一些事情,而且可以使用在C/C++中的变量,所以非常方便。内联汇编主要用于如下场合:   1.使用汇编语言写函数;   2.对速度要求非常高的代码;   3.设备驱动程序中直接访问硬件;   4.\"Naked\" Call的初始化和结束代码。 -used in conjunction with the compilation does not need
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:2204
    • 提供者:
  1. ARM-program

    0下载:
  2. ARM体系结构和编程,介绍ARM CPU 的细节,包括结构,寻址,指令集,汇编语言,cache管理,存储,函数调用参数传递,交叉编译连接及调试。-ARM architecture and programming on the ARM CPU details, including the structure, addressing, instruction set, assembly language, cache management, storage, transfer function ca
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2008-10-13
    • 文件大小:18489202
    • 提供者:韩杰生
  1. 3DFRAMES

    0下载:
  2. 3d界面编程,用汇编语言完成,源码编译之后很小,非常适合在windows下传播。-3d programming interface, complete with assembly language, compiler source code after a small, very suitable for the windows to spread.
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:3091
    • 提供者:zygrass
  1. cscript1(zhuanzai)

    0下载:
  2. 完成一个简化的C语言编译程序,最终能生成汇编语言或中间结果。有一些基本的数据结构和语言成分-completion of a simple C language compiler and eventually will generate assembly language or intermediate results. There are some basic data structure and composition language
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:114887
    • 提供者:zhaoyan
  1. ASMEdit

    0下载:
  2. 编写Win32汇编语言的语法编辑器,主要是按照VC编辑器的语法颜色显示代码,加入编译功能-prepared Win32 assembly language syntax editor, VC is the main editor of code syntax colors, by adding compiler functions
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:53789
    • 提供者:zk
  1. asm_0sector

    0下载:
  2. 扇区读写的汇编代码,根据需要可以扩充 !谢谢!还有编译工具.-sector read and write assembly code, can be expanded as required. Thank you! There compiler tools.
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:77493
    • 提供者:ECHO
  1. calculator_nic

    0下载:
  2. 用汇编语言写的32位计算器,代码里注释比较详细。文件为asm,需在dos编译。已通过编译。大二的计算机原理project,三个日夜的辛苦结果~-using assembly language to write the 32 calculators, Lane Notes code in more detail. Asm documents, the need to dos compiler. Through compiler. The sophomore computer science pro
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:2801
    • 提供者:胡泽中
  1. pl0back

    0下载:
  2. 在本编译程序中,源语言为PL/0语言,目标语言为假想栈式计算机的汇编语言.PL/0语言是Pascal语言的一个子集,PL/0的编译程序包括了对PL/0语言源程序进行分析处理、编译生成类PCODE代码,并在虚拟机上解释运行生成的类PCODE代码的功能。   PL/0语言编译程序采用以语法分析为核心、一遍扫描的编译方法。词法分析和代码生成作为独立的子程序供语法分析程序调用。语法分析的同时,提供了出错报告功能。在源程序没有错误编译通过的情况下,调用类PCODE解释程序解释执行生成的类PCODE代码
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:383061
    • 提供者:mayfar
  1. 12232fdriver

    0下载:
  2. 1为LCM的驱动程序 2采用汇编语言 3在WAVE6000编程软件下编译运行-the LCM as a driver used two of the three assembly language programming software WAVE6000 compiler running under
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:6649
    • 提供者:王鑫
  1. h128x64driver

    0下载:
  2. 1LCD驱动程序 2采用汇编语言 3在WAVE6000下编译运行-1LCD driver used two of the three assembly language compiler running under WAVE6000
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:7316
    • 提供者:王鑫
  1. ftest2dw

    0下载:
  2. dsp汇编语言,针对tms320c50,目前我还没有编译器,新手上路,请多多指教-dsp assembly language against tms320c50 now, I have not compiler, Getting Started, Please exhibitions
  3. 所属分类:DSP编程

    • 发布日期:2008-10-13
    • 文件大小:4599
    • 提供者:dushui
  1. CPP_To_Asm-Compiler

    0下载:
  2. Simple Program Converts C Language to Assembly Language
  3. 所属分类:assembly language

    • 发布日期:2017-11-12
    • 文件大小:23315
    • 提供者:hafiz
  1. Compiler

    0下载:
  2. 是北航的同学都懂,本科最难的一门课,编译原理,独立实现C0文法的编译器,使用C++语言编写。高级难度,生成汇编码。其中还有考试测试文件,供大家测试使用。1006er留。-Northern students is everything, the hardest one undergraduate course, compiler theory, implemented independently C0 grammar compiler, using C++ language. Senior dif
  3. 所属分类:Compiler program

    • 发布日期:2017-05-19
    • 文件大小:5468335
    • 提供者:马骏
  1. compiler-language

    0下载:
  2. 汇编语言实现文件加解密功能,对字符或文本文件进行加密解密-Assembly language file encryption and decryption function, character or text file encryption and decryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-05
    • 文件大小:12757
    • 提供者:成瑶瑶
  1. VB-X86-Assembly

    1下载:
  2. 基于vb的32位汇编编辑器,相当于二次编译。-32 assembly editor based on VB, equivalent to two times the compiler.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:79637
    • 提供者:herry
  1. Compiler

    0下载:
  2. 汇编语言编译器,把汇编语言转换成机器码,实现把汇编语言111条指令转换到机器码-Assembly language compiler, assembler language into machine code to achieve the 111 assembly language instructions into machine code conversion
  3. 所属分类:assembly language

    • 发布日期:2017-05-11
    • 文件大小:2432174
    • 提供者:福星
  1. Simple-C-language-compiler

    0下载:
  2. 简单的C语言编译器,完成了简单的功能,包括简单的输入输出和while循环,能自动编译c语言代码,翻译成汇编语言输出-Simple C language compiler, complete simple functions, including simple input and output, and while loops, c language code can be automatically compiled, translated into assembly language outp
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-09
    • 文件大小:1950978
    • 提供者:王刚
  1. Simple-compiler

    0下载:
  2. 简单编译器,实现词法分析,语法分析,插入语义动作,生成中间代码,生成目标代码(汇编语言)-Simple compiler, achieve lexical analysis, syntax analysis, semantic actions insert generate intermediate code generated object code (assembly language)
  3. 所属分类:Compiler program

    • 发布日期:2017-04-15
    • 文件大小:5123
    • 提供者:shhch
  1. automatic-assembly-machine

    0下载:
  2. 单片机在机械装配系统上的研究,分析机械结构,编译单片机程序,大家一起来学习-SCM in the mechanical assembly system on the study, analysis of mechanical structure, compiler SCM procedures, we work together to learn
  3. 所属分类:Development Research

    • 发布日期:2017-05-04
    • 文件大小:51892
    • 提供者:王从林
« 1 23 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com