文件名称:assembler
- 所属分类:
- 编译器/词法分析
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2014-10-31
- 文件大小:
- 1.08mb
- 下载次数:
- 0次
- 提 供 者:
- 钟**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
该程序使用了I/O流对存有汇编语言文本进行读入以及对操作结果的文本输出;运用了数据结构的栈结构,简化了文本内容的识别;将文本中的一行封装成类对象hang;将系统的一些操作指令通过哈希结构封装在symtab类中;将文本获得的操作指令封装在optab中;自己还另外编写了十进制转十六进制,int类型和对应的字符串进行互转的方法供程序使用。-The program uses the I/O stream of assembly language there and read the text on the operating results of text output the use of a stack structure of the data structure, simplifying the recognized text content the text line in the package into a class object hang some of the operating system via the hash command structure is encapsulated in symtab class the operating instructions enclosed in optab text obtained and he still write additional decimal turn hex , int type and the corresponding string Huzhuan the method for the program.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
assembler\assembler.cpp
.........\assembler.dsp
.........\assembler.dsw
.........\assembler.ncb
.........\assembler.opt
.........\assembler.plg
.........\assembler.suo
.........\Debug\assembler.exe
.........\.....\assembler.ilk
.........\.....\assembler.obj
.........\.....\assembler.pch
.........\.....\assembler.pdb
.........\.....\hang.obj
.........\.....\hte.obj
.........\.....\optab.obj
.........\.....\symtab.obj
.........\.....\vc60.idb
.........\.....\vc60.pdb
.........\hang.cpp
.........\hang.h
.........\hte.cpp
.........\hte.h
.........\optab.cpp
.........\optab.h
.........\symtab.cpp
.........\symtab.h
.........\test.txt
.........\test2.txt
.........\Debug
assembler