CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - masm
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Sub Category
assembly language
SCSI-ASPI
ELanguage
Disk Tools
Speech/Voice recognition/combine
Editor
Anti-virus
MultiLanguage
MPI
source in ebook
Delphi VCL
OS Develop
MiddleWare
MacOS develop
LabView
e-language
python
Search - masm - List
[
ELanguage
]
JC 1.0
DL : 0
JC1.0。本编译器包含完整的文档与程序。借助 Lex & Bison, masm 开发。语句5个,支持混合运算。输入输出作为两个 IO 语句(函数调用),由汇编实现并编译为 io.obj,将由 Link 链接。生成 EXE。整个流程完整清晰,代码易读。-JC1.0. The compiler includes complete documentation and procedures. With Lex Bison, can develop. Statement 5, support mixed computing. Input and output as two IO statement (function call), compiled by the compiler to achieve and io.obj will link Link. EXE generation. The entire process, complete and clear, legible code.
Date
: 2008-10-13
Size
: 1.15mb
User
:
jimsoft
[
ELanguage
]
cmm
DL : 0
简单C编译器生成的目标代码是8086的汇编代码(16位),可以在一般的PC上被像MASM之类的汇编编译程序编译,生成可执行文件后,在DOS或Windows控制台下运行。 实现的语言定义如下: 语言类似于tiny语言,不支持过程调用,也就是只有一个main函数,无其他函数和全局变量 基本语句:注释语句(/*…*/),输入语句(int input(void) ),输出语句(void output(int) ),赋值语句。这里的输入输出语句实际上类似于函数调用,可以看作是本语言内部的函数 算术运算符:+、—、*、/ 数据类型:整数.
Date
: 2008-10-13
Size
: 402.97kb
User
:
Tony
[
ELanguage
]
Java2Asm-gcc
DL : 0
Java语言子集语法、语义分析器。用C++作为宿主语言完成了Java语言子集语法、语义分析器,代码生成的目标代码为MASM汇编代码。附详细文档。
Date
: 2008-10-13
Size
: 1mb
User
:
林健
[
ELanguage
]
LDE32
DL : 0
LDE32反汇编引擎: 我把ADE32的反汇编引擎由C++改为MASM了。网上是有一个GAS的版本,考虑到咱国家还是用MASM的多些。 要是发现代码有错误。希望及时通知我,我及时修改
Date
: 2008-10-13
Size
: 109.33kb
User
:
宋芬
[
ELanguage
]
一个外国人写的C编译器源代码
DL : 0
一个C语言编译器源代码,外国人写的东东,生成目标代码时需要有masm配合。-a C language compiler source code, written in the Eastern foreigners, generating object code when it can meet the need.
Date
: 2008-10-13
Size
: 273.52kb
User
:
张志强
[
ELanguage
]
一个外国人写的C编译器源代码
DL : 0
一个C语言编译器源代码,外国人写的东东,生成目标代码时需要有masm配合。-a C language compiler source code, written in the Eastern foreigners, generating object code when it can meet the need.
Date
: 2025-12-30
Size
: 273kb
User
:
张志强
[
ELanguage
]
JC 1.0
DL : 0
JC1.0。本编译器包含完整的文档与程序。借助 Lex & Bison, masm 开发。语句5个,支持混合运算。输入输出作为两个 IO 语句(函数调用),由汇编实现并编译为 io.obj,将由 Link 链接。生成 EXE。整个流程完整清晰,代码易读。-JC1.0. The compiler includes complete documentation and procedures. With Lex Bison, can develop. Statement 5, support mixed computing. Input and output as two IO statement (function call), compiled by the compiler to achieve and io.obj will link Link. EXE generation. The entire process, complete and clear, legible code.
Date
: 2025-12-30
Size
: 1.15mb
User
:
[
ELanguage
]
cmm
DL : 0
简单C编译器生成的目标代码是8086的汇编代码(16位),可以在一般的PC上被像MASM之类的汇编编译程序编译,生成可执行文件后,在DOS或Windows控制台下运行。 实现的语言定义如下: 语言类似于tiny语言,不支持过程调用,也就是只有一个main函数,无其他函数和全局变量 基本语句:注释语句(/*…*/),输入语句(int input(void) ),输出语句(void output(int) ),赋值语句。这里的输入输出语句实际上类似于函数调用,可以看作是本语言内部的函数 算术运算符:+、—、*、/ 数据类型:整数.-Simple C compiler generated object code is 8086 assembly code (16), the PC in general were such as MASM compilation compiler compiler to generate executable file, in DOS or Windows console run. The realization of the language are defined as follows: the language is similar to tiny language, do not support the procedure call, that is, there is only one main function, no other function and global variable basic statement: Note statement (/* ...* /), type the statement (int input (void )), the output statement (void output (int)), assignment statements. The input and output statements in fact similar to function calls, can be seen as a function of the language within the Arithmetic Operators: 2B !,-,*,/ data types: integer.
Date
: 2025-12-30
Size
: 403kb
User
:
Tony
[
ELanguage
]
LDE32
DL : 0
LDE32反汇编引擎: 我把ADE32的反汇编引擎由C++改为MASM了。网上是有一个GAS的版本,考虑到咱国家还是用MASM的多些。 要是发现代码有错误。希望及时通知我,我及时修改-LDE32 disassemble the engine: I ADE32 compilation of the engine from the anti-C++ Changed the MASM. There is a GAS-line version, taking into account the country or with God
Date
: 2025-12-30
Size
: 109kb
User
:
宋芬
[
ELanguage
]
JavaLex_Java2Asm
DL : 0
用C++作为宿主语言完成Java 语言子集语法、语义分析器。完成文法描述的Java 源代码的语法分析、语义分析及代码生成。代 码生成的目标代码为MASM 汇编代码-Using C++ as the host language to complete a subset of Java language syntax, semantic analyzer. Complete grammar of the Java source code to describe the syntax analysis, semantic analysis and code generation. Code generation of object code for MASM assembly code
Date
: 2025-12-30
Size
: 1.43mb
User
:
房兴华
[
ELanguage
]
MASM6.15
DL : 1
MASM6.15,汇编语言的编译器,一起分享。解压后双击setup.exe就可以安装-MASM6.15, assembly language compiler, to join them. After decompression can be installed double-click the setup.exe
Date
: 2025-12-30
Size
: 7.85mb
User
:
wufan
[
ELanguage
]
masmsetup
DL : 0
Masm for windows 2010版 集成实验环境一个简单易用的汇编语言学习与实验软件,支持最新操作系统WINDOWS 7,支持DOS的16/32位汇编程序和Windows下的32汇编程序-Masm for windows Version 2010 is a very easy to use softfare. And it is compatiable for the newest system:Win 7
Date
: 2025-12-30
Size
: 15.81mb
User
:
zhangjun
[
ELanguage
]
C0Compiler
DL : 0
北航编译课课程设计,最高难度。设计一个C0扩充文法的编译器,实现一定的优化,有完整的软件开发文档,附带汇编器MASM。期末检查时测试点几乎全部通过,分数上90,供学弟学妹们参考。提醒注意编写测试文件找出BUG是及格的关键。C0文法具体说明文档中有。-Beihang compile class curriculum design, the highest degree of difficulty. Design of a C0 compiler to expand the grammar to achieve a certain degree of optimization, a complete software development documentation with assembler MASM. Final inspection by almost all test points, 90 points for Benedictine College Shanghai Campus reference. Drew attention to the preparation of test papers to identify BUG is the key to passing. C0 specific documentation in the grammar.
Date
: 2025-12-30
Size
: 1013kb
User
:
一招鲜
[
ELanguage
]
385952VC68757pl0
DL : 0
用C++作为宿主语言完成了Java语言子集语法、语义分析器,代码生成的目标代码为MASM-yuyifenxiqi
Date
: 2025-12-30
Size
: 72kb
User
:
wangshunyao
[
ELanguage
]
MASM
DL : 0
一个编译软件,主要在dos坏境下使用,用来汇编汇编语言的工具-A compiler software
Date
: 2025-12-30
Size
: 46kb
User
:
陈有军
[
ELanguage
]
ShowTimer
DL : 0
用80X86读取并显示系统时间,编译器:MASM-With 80X86 read and display the system time, the compiler: MASM
Date
: 2025-12-30
Size
: 1kb
User
:
o7007
[
ELanguage
]
m20125
DL : 0
masm汇编器,windows平台下学习汇编的好帮手-masm assembler, learning assembly is a good helper in the windows platform
Date
: 2025-12-30
Size
: 16.52mb
User
:
sunshihui
[
ELanguage
]
masm
DL : 0
MASM是微软公司开发的汇编开发环境,拥有可视化的开发界面,使开发人员不必再使用DOS环境进行汇编的开发,编译速度快-MASM assembler development environment developed by Microsoft Corporation, visual development interface so that developers do not have to use the DOS environment for the compilation of development, compilation speed
Date
: 2025-12-30
Size
: 348kb
User
:
周奇凡
[
ELanguage
]
JWasm211as
DL : 0
JWasm is a Masm-compatible assembler. It supports 16-, 32- and 64-bit code, instructions up to AVX and various output formats. It s written in C.
Date
: 2025-12-30
Size
: 981kb
User
:
pudamadre92
[
ELanguage
]
Masm-for-windows
DL : 1
masm windows环境下的VB语言编译器,2011版。-masm for windows 2011 FOR VB.
Date
: 2025-12-30
Size
: 15.42mb
User
:
温芷
«
1
2
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.