搜索资源列表
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编写的一个实现计算器+ - * /功能的程序,也是我们当时汇编的大作之一。
huibian
- Masm for Windows集成实验环境特点 汇编语言学习
masm
- win32 汇编教程。全面介绍windows环境下,汇编语言的编程教学。
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
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
Bold_src
- boulderdash clone for windows, masm.
sum
- 从键盘输入两个1位十进制数(0~4),求和,在屏幕上显示十进制结果。在Masm for Windows 集成实验环境下运行-Summing decimal result is displayed on the screen, two 1-bit decimal number (0 ~ 4), input from the keyboard. Run in Masm for Windows integrated experimental environment
HUIBIANYUYAN
- 汇编语言实现输出已经存入的字符,并输出第一位×2+最后一位的和用16进制表示出来,开发环境MASM FOR WINDOWS-assembly language
Masm611
- This is Masm611 for windows DOS
dosbox
- 搭建汇编环境的小程序,初学者会需要。一般32位的windows系统有自带,但64位系统下并没有(Set up a small program for assembly environment)