搜索资源列表
87983winapp
- 在MASM6.15上,用汇编语言实现简单的Windows应用程序.-Some simple Windows applications written by assembly language.MASM version above 6.15 is needed.
stuman_asm
- StuMan学生成绩管理系统是一个使用MASM宏汇编语言开发的试验性项目。它实现了学生学号、姓名、三门课程成绩的录入、修改、删除以及总成绩计算、按成绩排序等功能,并且可以将数据保存为磁盘文件,便于再次打开编辑。 程序基于DOS或Windows命令行模式运行,全屏显示,使用简单的键盘命令进行操作。可处理100条(可扩充)以内的学生记录。在DOS汉字系统的支持下可正确处理中文信息。
COUNT
- 这是用Masm for windows编写的一个实现计算器+ - * /功能的程序,也是我们当时汇编的大作之一。
cmm
- 简单C编译器生成的目标代码是8086的汇编代码(16位),可以在一般的PC上被像MASM之类的汇编编译程序编译,生成可执行文件后,在DOS或Windows控制台下运行。 实现的语言定义如下: 语言类似于tiny语言,不支持过程调用,也就是只有一个main函数,无其他函数和全局变量 基本语句:注释语句(/*…*/),输入语句(int input(void) ),输出语句(void output(int) ),赋值语句。这里的输入输出语句实际上类似于函数调用,可以看作是本语言内部的函数
huibian
- Masm for Windows集成实验环境特点 汇编语言学习
masm
- win32 汇编教程。全面介绍windows环境下,汇编语言的编程教学。
masmsetup
- 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
m20125
- masm汇编器,windows平台下学习汇编的好帮手-masm assembler, learning assembly is a good helper in the windows platform
grademanagement
- Student学生成绩管理系统是一个使用MASM宏汇编语言开发的试验性项目。它实现了学生学号、姓名、三门课程成绩的录入、修改、删除以及总成绩计算、按成绩排序等功能,并且可以将数据保存为磁盘文件,便于再次打开编辑。 程序基于DOS或Windows命令行模式运行,全屏显示,使用简单的键盘命令进行操作。可处理100条以内的学生记录。若记录较多,一页显示不下,可进行翻页操作。 -Student student grade management system is a MASM macro ass
coloursquare
- 在win32下,用汇编语言编写彩色的正方形,在masm for windows 下编译通过-In win32, the language used to compile the square of color, in masm for windows under the compiler through
masm32
- MASM has a number of built in operators that allow a programmer to use C style evaluation and loop code when writing high level Windows code that interfaces with the operating system. More often than not, low level algorithms do not use any of t
1256902135MASM615
- 下载附件中的winrar压缩包,在本机磁盘中解压后修改C:\autoexec.bat 在autoexc.bat中加入以下内容 SET PATH=E:\USER\ZDX\MASM614\BIN E:\USER\ZDX\MASM614\BINR PATH SET LIB=E:\USER\ZDX\MASM614\LIB LIB SET INCLUDE=E:\USER\ZDX\MASM614\INCLUDE INCLUDE SET INIT=E:\USER\ZDX\
11111
- NTFS分区的引导记录源码 NTFS文件系统有着非常优秀的特性,其安全性、可靠性都远胜于我们常用的FAT文件系统,但是微软公司出于 商业目的没有公布它的规范,使得这种优秀的文件系统只能在Windows NT架构的操作系统中使用。 本代码在MASM 6.11下编译通过。其中与分区结构相关的数据仅适用于在下自己分的分区,各位引用时请自行 代入正确的值。 .486-NTFS partition boot record source NTFS file system has
ranking
- 汇编语言的排序,windows下masm通过-Assembly language of the sort, windows by next masm
asm32-to64_MASM_TASM_YASM_flat-assembler
- This small article is about how to write in assembler for Windows 64-bit, it isn t ment for the IA64 but the new 64-bit version of x86 environment
Tool
- 学汇编的时候用到的编译和链接的工具!主要是masm和link,在windows平台下面使用!-School assembly, when used to compile and link the tool! Mainly masm and link, use the following in windows platform!
qiche
- Based on Masm for windows, car assembly to achieve the animation screen
Masm-for-windows
- masm windows环境下的VB语言编译器,2011版。-masm for windows 2011 FOR VB.
Masm611
- This is Masm611 for windows DOS
dosbox
- 搭建汇编环境的小程序,初学者会需要。一般32位的windows系统有自带,但64位系统下并没有(Set up a small program for assembly environment)