搜索资源列表

  1. PL0_C

    0下载:
  2. PL0文法编译器,能够产生X86汇编代码,并用TASM能够产生 .exe 可执行文件。-PL0 grammar compiler, capable of producing X86 assembly code, and TASM can generate. Exe executable file.
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-20
    • 文件大小:347136
    • 提供者:周龙亭
  1. fasm_sol_2007_05_12_src

    0下载:
  2. 一个用纯汇编 写的操作系统 源代码 是用 TASM 编译器写的 -Pure write a compilation of the operating system source code is written in TASM compiler
  3. 所属分类:汇编语言

    • 发布日期:2024-05-20
    • 文件大小:978944
    • 提供者:TasNat
  1. Linux0.00-complately

    0下载:
  2. Linux0.00版的完全注释这是引导扇区代码,Linus也是使用Intel的汇编语法写的,这里使用了NASM的编译器, 所以遵循NASM的语法, 而且也努力把后面的 HEAD.ASM 代码也写成NASM的,而不象Linus那样用难懂的 AT&T语法! 重写这些代码仅仅是为了学习和自己动手调试,希望这里是个好开头!:) -Linux0.00 version of the full Notes This is the
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-20
    • 文件大小:6144
    • 提供者:gongbing
  1. c_to_asmm_compers1123

    0下载:
  2. c_to_asmm_compers1123.rarc代码编译为汇编的交叉编译器---跨平台-c_to_asmm_compers1123.rarc code compiler to compile the cross compiler, cross-platform---
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-20
    • 文件大小:107520
    • 提供者:srhg
  1. test_0007

    0下载:
  2. 利用flex和bison做的简易C语言编译器核心 支持C语言的大部分运算操作和语法,但是没有 变量声明和函数声明 适合制作虚拟机之类的 输出结果是伪汇编代码 我会继续更新-Using flex and bison make a simple C language compiler support for C language, the core of most computing operations and gramm
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-20
    • 文件大小:292864
    • 提供者:夏永明
  1. uwow_0_0_01

    0下载:
  2. C编译器产生的可显示机器码/汇编代码文件,其中附有源C v: v: @8 g: X& z代码作为注释 : z! [3 \) O&...UWOW Grave Composer音乐模块(MOD)文件 + Q* T) \ z) R f$ a: H, iWP WordPerfect文档 H! t7 D2 |... -C compiler generated displays binary/assembly code document at
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-20
    • 文件大小:553984
    • 提供者:许庭洲
  1. Micro

    0下载:
  2. 现代编译原理C语言实现中的第二章的编译器实现。并在书中的基础上有所改变。包括词法语法分析及汇编代码生成。-Modern principles of C language compilers realize the second chapter of the compiler realize. And in the book based on the change. Including lexical grammar analysis a
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-20
    • 文件大小:23552
    • 提供者:WuMing
  1. CCS

    0下载:
  2. CCS系统安装与设置 CCS中的编译器、汇编器和链接器选项设置 用CCS开发简单的程序-CCS system installation and setup of CCS compiler, assembler and linker options set up with CCS to develop a simple procedure
  3. 所属分类:软件工程

    • 发布日期:2024-05-20
    • 文件大小:814080
    • 提供者:muerqing
  1. fireware-a

    0下载:
  2. msp430例程,用IAR编译器,包含有c中嵌入汇编的方法-MSP430 routine, using IAR compiler, contains embedded c compilation method
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-20
    • 文件大小:17408
    • 提供者:mu
  1. TMS320C1X(2X)(2XX)(5X)

    0下载:
  2. 关于汇编的编译器原理和源码分析,英文版本,有看的价值-On the compilation of the compiler theory and source analysis, the English version, there are to see the value of
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-20
    • 文件大小:1113088
    • 提供者:x
  1. MSP430Chuibian

    0下载:
  2. MS P430 C 和汇编的嵌套采用C 语言进行程序设计,可大大提高软件开发效 率,增强代码的可靠性、可读性和可移植性,使设计者可以 将更多注意力集中在所需实现的功能上。16 位精简指令 集的MSP430 系列单片机,具有很强的处理能力,并具有 十进制加法指令和多条模拟指令。采用汇编语言能最大 限度发挥MSP430 的指令特性,提高执行效率,并且某些 时序要求严格的程序必须使用汇编语言设计。实现两种 语言的嵌
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-20
    • 文件大小:184320
    • 提供者:郑铭颖
  1. compiler

    0下载:
  2. decaf.jar 是将类java的decaf语言编译成tac码(Three address code,类似汇编指令)的编译器。 包含了前端的词法和语法分析、语义分析,中间代码的生成。是我最近写完的编译课的一个作业。 例子: 1. 调用 java -jar decaf.jar -l 2 blackjack.decaf > blackjack.tac 生成 *.tac 文件 2. 然
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-20
    • 文件大小:367616
    • 提供者:int
  1. masm5

    0下载:
  2. Intel汇编masm编译器的最基本的组成程序。-Intel MASM compiler to compile the most basic components of the procedure.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:84992
    • 提供者:asm_boot
  1. as86_ld86

    0下载:
  2. 编译器,在UNix下 的,很好用。汇编的格式与masm有所不同,它是at&t格式的。-Compiler, under the Unix, a very good use. MASM compiled format is different, because it is at
  3. 所属分类:汇编语言

    • 发布日期:2024-05-20
    • 文件大小:347136
    • 提供者:qkw
  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
  3. 所属分类:流媒体/Mpeg4

    • 发布日期:2024-05-20
    • 文件大小:2311168
    • 提供者:liuchunlong
  1. COMPILER

    0下载:
  2. 笔者自创的9个汇编终结符实现普通+,-,*,/,I/O的实用编译器(产生80486目标码)-I created a compilation of nine at the end of the achievement of common ,-,*,/, I/O practical compiler (80486 generated object code)
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-20
    • 文件大小:9216
    • 提供者:mawenxiao
  1. md5x86

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

    • 发布日期:2024-05-20
    • 文件大小:8192
    • 提供者:wulang
  1. VirtualMachine

    0下载:
  2. 自己开发的类汇编语言脚本语言虚拟机,用来运行之前上传的类汇编脚本语言编译器编译出的可执行文件。-Developed their own type of assembly language scr ipting language virtual machine, used to run From the class prior to the compilation of a scr ipting language compiler to
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-20
    • 文件大小:2903040
    • 提供者:zhangjin
  1. CompileWork(optimize_available)

    0下载:
  2. 北航编译原理课程设计成果——一个扩充的C0文法编译器,带优化,生成的中间代码为四元式,最终代码为X86汇编。很好,很强大!-BUAA compile the results of the principle of curriculum design- a scalable C0 grammar compiler, with optimization, the generated code between quaternion type,
  3. 所属分类:编辑器/阅读器

    • 发布日期:2024-05-20
    • 文件大小:529408
    • 提供者:李毅
  1. picRTOS

    0下载:
  2. 精简的pic rtos 汇编代码。 每个任务包括变量定义、初始化程序、中断程序、核心程序。使用编译器MPASM。 对理解rtos、按照rtos思路写pic单片机的小程序很有帮助。-Pic rtos streamlined assembly code. Each mission, including the definition of variables, initialization procedures, interruption o
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:张东杰
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 »

源码中国 www.ymcn.org