登录
首页 » Compiler program » 一个汇编语言编译器源码

一个汇编语言编译器源码

于 2023-04-27 发布 文件大小:534.59 kB
0 148
下载积分: 2 下载次数: 1

代码说明:

一个汇编语言编译器源码- A assembly language compiler source code

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • djgpp源码,含有gcc2.9编译器,汇编工具,debug工具等
    djgpp源码,含有gcc2.9编译器,汇编工具,debug工具等-Source coded of djgpp , it includes the gcc2.9 compiler, ASM tools, the debug tools etc.
    2022-01-31 10:41:01下载
    积分:1
  • For a given input string that can identify the string to determine whether a giv...
    对于给定的输入串,能够判断识别该串是否为给定文法的句型-For a given input string that can identify the string to determine whether a given grammar of the sentence
    2022-03-11 22:48:02下载
    积分:1
  • 小型编译器的词法扫描 正则表达式 相见编译原理
    小型编译器的词法扫描 正则表达式 相见编译原理-Small compiler lexical scanning regular expression compiler theory meet
    2022-02-04 11:55:24下载
    积分:1
  • This is a university teaching series unravel the procedures set grammar and synt...
    这是一个大学教学用的编绎程序,集语法分析和语法制导翻绎为一体,其中语法分析采用算符优先分析算法.-This is a university teaching series unravel the procedures set grammar and syntax analysis Multilingual guidance for the integration, analysis and syntax analysis algorithm operator priority.
    2022-11-15 20:10:08下载
    积分:1
  • tiny 编译器
    tiny 编译器-tiny compiler
    2022-06-18 04:13:54下载
    积分:1
  • 由于时间紧迫及事先准备不足,编译器最后定型时暴露出不少问题及不足之处,主要有以下一些方面:   不支持数组数据类型,这是文法分析器设计时的一个疏漏,由于时间关系...
    由于时间紧迫及事先准备不足,编译器最后定型时暴露出不少问题及不足之处,主要有以下一些方面:   不支持数组数据类型,这是文法分析器设计时的一个疏漏,由于时间关系,最后只得把扫描器中已做好的相关的数组部分删去。   对于float数据类型的支持,直到语义分析都是正常的,也能生成相应的汇编代码,但由于我们对8086/8088指令系统本身了解不足,这样的汇编代码将只能做到含义上完全忠实于源程序,但不能运行。   对于局部变量的支持,则于时间紧迫,所有的局部变量全被处理成静态变量。使递归函数不能得到正确的结果。    对于函数调用语句,不进行参数匹配检查,如果参数数量不对,也将能通过编译,但运行时将产生非法操作。   对&& !等逻辑操作在最后生成代码时处理比较粗燥,生成的代码在逻辑复杂时将不能保证运行正常。   接下来有一些,不能说是缺陷,但必须说明的问题:   对于main函数,没有参数表,通回类型也必须为void,但如果写上参数表及其他返回类型也能编译通过,生成代码时将简单地忽略,不影响最后的代码的运行。   对于while,for,if语句,其语句体不管是一句还是多句,必须都有{}围起来。这跟C语言中若是一句则可省略{}不同。-Due to the time constraints and lack of preparation in advance, the compiler finalized when exposed numerous problems and shortcomings, mainly in the following aspects : no support for array data type, which is grammar analyzer design of an omission, because of the time, the final could only have scanners do phase customs array deleted. For float data types of support until semantic analysis is normal, and can generate the corresponding assembly code, but because of our 808
    2022-01-26 16:03:11下载
    积分:1
  • 这里以开始定义的PASCAL语言子集的源程序作为词法分析程序的输入数据。在词法分析中,自文 件头开始扫描源程序字符,一旦发现符合“单词”定义的源程序字符串时,将...
    这里以开始定义的PASCAL语言子集的源程序作为词法分析程序的输入数据。在词法分析中,自文 件头开始扫描源程序字符,一旦发现符合“单词”定义的源程序字符串时,将它翻译成固定长度的单 词内部表示,并查填适当的信息表。经过词法分析后,源程序字符串(源程序的外部表示)被翻译成 具有等长信息的单词串(源程序的内部表示),并产生两个表格:常数表和标识符表,它们分别包含 了源程序中的所有常数和所有标识符。- Here starts the PASCAL language subset source program which defines to take the lexical analyaer the data-in. In the lexical analysis, starts from the article article to scan the source program character, once discovered when conforms to "the word" the definition source program character string, translates it the fixed length the word interior to indicate, and looks up fills in the suitable information table. After the lexical analysis, the source program character string (source program exterior expression) is translated has and so on the long information the word string (source program internal expression), and produces two forms: The chart and the identifier table, they have separately contained in source program all constants and all identifiers.
    2022-03-30 16:56:06下载
    积分:1
  • 一个小翻译用C++语言编的,可以
    用C语言编的一个小解释器,可以执行C程序的!算是可以执行C程序的C程序吧! (大师)写的哦!- A small interpreter arranges which with the C language, may carry out the C procedure! Is may carry out C the procedure C procedure! (Master) writes oh!
    2022-05-22 18:44:48下载
    积分:1
  • lr分析过程,编译原理课本上的例子
    lr分析过程,编译原理课本上的例子-lr analysis, compiler theory textbook examples! ! !
    2022-05-19 21:11:17下载
    积分:1
  • 压缩文法等价变换,输入一个文法,可以对其进行等价变换,很方便...
    压缩文法等价变换,输入一个文法,可以对其进行等价变换,很方便-compression grammar equivalent transformation, importation of a grammar can transform its equivalent, is a convenient
    2022-03-12 02:47:39下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载