Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - masm
Search - masm - List

Date : 2025-12-30 Size : 71.29kb User :

汇编语言开发工具程序-compilation of language development tools procedures
Date : 2008-10-13 Size : 71.55kb User : 公用帐号,请不要修改

这是汇编语言的程序,用的是MASM,自己写的,写的不好,希望共同学习,一起探讨,多多指教
Date : 2008-10-13 Size : 1.39kb User : dhfa

一个在汇编平台下完成的音乐播放程序,包括界面和不同音乐的播放。
Date : 2008-10-13 Size : 123.46kb User : 陈日进

这是从网上下载下来的一个计算程序,能实现加、减、乘、除的计算。该程序接受 的是16进制数。 执行时,需在文件名后直接跟上计算表达式,如在命令提示符下执行结果如下: c:\\masm>js 3+2 5 c:\\masm>js 6*7 2A c:\\masm>js 10-4 c c:\\masm>js 12/3 6-This downloaded from the Internet from a computer program can achieve, plus or minus, by, in addition to the calculation. The program is acceptable to the 16-band number. Implementation required in the file name directly to keep up with the formulas, such as the command prompt implementation of the results is as follows : c : \\ masmgt; Js 3 2 5 c : \\ masmgt; Js 6 * 7 2A c : \\ masmgt; Js 10-4 c c : \\ masmgt; js 12 / 3 6
Date : 2008-10-13 Size : 3.74kb User : 赖毅勇

谁说windows的ASM不可以生成COM文件,用了这个库你就可以生成COM文件-who said that the asm in windows can not generate a com file ? You can generate a com file use this lib.
Date : 2008-10-13 Size : 322.34kb User : 麦高

1.简介:
----------------------------------
    本软件是本人为毕业设计所作。所编译的汇编代码数据均为16位,而且用
了较的伪指令,所以需要 MASM 6.1以上版才能通过编译,但是能够较好支持各
类数学、逻辑、递归操作,但是对数组支持仍然不理想。

 


2.使用说明:
----------------------------------
    本软件可以对 C minus 程序进行词法分析、语法分析、语义分析以及汇编
代码生成,带有较友好的IDE界面,使您能够很轻松的完成对源程序的各种编辑
操作,而且很直观的看到程序的错误等等。其中语义分析和语法错误作的不是很
好,一个简单的错误,比如少括号,分号,可能会引发一系列莫名其妙的错误,
这个是错误关联,只要修正第一个词法或语法错误即可,很多编译器都有这个弊
端,这个也不例外了!!

    其中使用第三方插件 SynEdit, 可以支持 C/C++程序源代码的编辑,带有
高亮语法显示,很容易让你纠正一些基本错误!颜色搭配是我自己修改的,仿照
开源的 DEV-CPP,并且程序界面也参考了一些。


3.版本历史:
----------------------------------
    2006.03.16   重新构架,放弃核心编译部分的DLL, 采用C++重新编写,
    实现词法分析功能。标识符名称增加下划线 '_',
   并且支持C++风格注释 '//'。
   并且对 C minus 语法进行扩充。

    2006.04.05    顺利完成语法分析。
   
    2006.04.20   完成语义分析,符号表生成。

    2006.04.28  初等汇编代码框架实现;

    2006.05.15   实现完整汇编代码,完成所有测试以及帮助文档。开发结束!


Date : 2008-12-20 Size : 4mb User : ab19861218

使用masm5.0编译器编译的一个简单的操作系统


Date : 2008-12-25 Size : 6.41kb User : hy308219518

汇编语言开发工具程序-compilation of language development tools procedures
Date : 2025-12-30 Size : 71kb User :

这是从网上下载下来的一个计算程序,能实现加、减、乘、除的计算。该程序接受 的是16进制数。 执行时,需在文件名后直接跟上计算表达式,如在命令提示符下执行结果如下: c:\masm>js 3+2 5 c:\masm>js 6*7 2A c:\masm>js 10-4 c c:\masm>js 12/3 6-This downloaded from the Internet from a computer program can achieve, plus or minus, by, in addition to the calculation. The program is acceptable to the 16-band number. Implementation required in the file name directly to keep up with the formulas, such as the command prompt implementation of the results is as follows : c : \ masmgt; Js 3 2 5 c : \ masmgt; Js 6* 7 2A c : \ masmgt; Js 10-4 c c : \ masmgt; js 12/3 6
Date : 2025-12-30 Size : 3kb User : 赖毅勇

谁说windows的ASM不可以生成COM文件,用了这个库你就可以生成COM文件-who said that the asm in windows can not generate a com file ? You can generate a com file use this lib.
Date : 2025-12-30 Size : 322kb User : 麦高

一个自己的编的老板键程序,用于在工作时运行其它程序而不被发现。-a part of the boss key procedures for the work of running other programs without being discovered.
Date : 2025-12-30 Size : 7kb User : 林欤

结构化程序设计方法与面向对象程序设计方法的各自特点、区别和相互联系。 2.面向对象的程序设计方法中的有关概念,如类、对象、封装、继承、消息和多态性等。 3.C++程序的基本组成和框架结构。 4.掌握C++语言中的基本数据类型、各种运算符、表达式。 5.C++数据输入流对象cin和输出流对象cout的使用。 6.程序的3种基本结构 7.构造数据类型,如数组、结构体、指针等的定义方法、特点和使用方法。 7.函数的定义、调用及函数调用过程中的参数传递的机理和程序执行流程。 8.引用的概念及其定义和使用方法。 -structured programming and design of object-oriented programming design their own characteristics, different and interrelated. 2. Object-oriented program design of the concept, such as the type, target, encapsulation, inheritance, polymorphism, and other news. 3. C procedures and the basic framework of the structure. 4. C language master the basic data types, Operators, in the expression. 5. C input data stream object cin and output stream object to the use of court. 6. Proceedings of the three basic structure 7. Construction data types, such as arrays, and the structure, such as the definition of objectives, characteristics and use. 7. The definition of function, function call and called the process parameters of the transmission mechanism and procedures for the implementation process. 8.
Date : 2025-12-30 Size : 2.99mb User : 好好

一个CPU4的小测试汇编程序,第一次来这里,请多多指教-a small compilation of test procedures, for the first time here, please exhibitions
Date : 2025-12-30 Size : 5kb User :

henhaode gongju zhende -henhaode zhende!
Date : 2025-12-30 Size : 3.84mb User : liuyang

这是汇编语言的程序,用的是MASM,自己写的,写的不好,希望共同学习,一起探讨,多多指教-This is the assembly language procedure, use the MASM, wrote it myself, writing the bad, I hope common learning, to explore the exhibitions
Date : 2025-12-30 Size : 1kb User : dhfa

一个在汇编平台下完成的音乐播放程序,包括界面和不同音乐的播放。-Platform in the compilation of a complete music player, including the interface and a different music player.
Date : 2025-12-30 Size : 123kb User : 陈日进

masm汇编语言的一种工具,一个很好的工具,很小的工具-MASM assembly language as a tool, a very good instrument, a small instrument
Date : 2025-12-30 Size : 62kb User : lhq

MASM实现的一个聊天程序,TCP协议,对MASM的初学者有很大的帮助-MASM implemented a chat program, TCP protocol, to MASM' s very helpful for beginners
Date : 2025-12-30 Size : 30kb User : 贾学振

判断内存中两个字节单元的内容是否相同 并且在dos屏幕上显示YES 或者 NO-Two bytes of memory unit to judge whether the contents of the same and in the dos screen YES or NO
Date : 2025-12-30 Size : 1kb User : Arlicy
« 12 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.