搜索资源列表
87983winapp
- 在MASM6.15上,用汇编语言实现简单的Windows应用程序.-Some simple Windows applications written by assembly language.MASM version above 6.15 is needed.
mp3player2007
- 一个完全免费的Mp3播放器,100%纯宏汇编(MASM)编写,速度快,占用资源少,文件超小(20K,不需要任何运行库),完全支持Windows 98/me/2000/xp。不要看它小,功能比起同类软件毫不逊色,支持的格式也很多,包括:CDAudio/mp3/wav/mid。特色功能是歌词编辑、显示功能,支持歌词延迟/预读,能调节歌词显示的速度,新版本的CoCoPlayer已经支持LRC格式的歌词,播放时CoCoPlayer会在CoCoPlayer的目录与音乐文件目录搜索,当然也可以指定一个目录
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) ),赋值语句。这里的输入输出语句实际上类似于函数调用,可以看作是本语言内部的函数
masm
- win32 汇编教程。全面介绍windows环境下,汇编语言的编程教学。
COM For MASM
- 谁说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.
eeyebootroot.zip
- 一个基于MBR的bootkit,主要功能是实现NDIS的后门技术,接受固定格式的数据包而实现主机红屏。,The eEye BootRootKit NDIS backdoor is a demonstration of boot-time Windows kernel subversion technology. The assembly source code (ebrk.asm) was written for use with MASM 6.11. It comes in pre-pac
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
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
MASM
- VMProtect 简介 VMProtect 是新一代的软件保护系统,不像其它常见的保护系统,VMProtect 可以修改应用程序的源代码。VMProtect 将原文件的部分代码转换为在虚拟机中运行的字节码。您可以将虚拟机想像成带有不同于 Intel 8086 处理器指令系统的虚拟处理器;例如,虚拟机没有比较两个操作数的指令,也没有条件跳转和无条件跳转等。 支持的编译器: Delphi Borland C Builder Visual C/C++ Visua
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
masm-clock
- masm编写的钟表显示程序及源程序 在windows 即可运行-masn clock
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\
winmine_asm
- 汇编 sdk,在masmv8和masmplus编译通过。完全仿windows自带扫雷,另外可以把原扫雷游戏运行中雷的布局显示出来,在winxp中的扫雷中测试通过-Compiled sdk, in the masmv8 and masmplus compile. Complete duplication of windows comes with mine, another mine could be the original layout of the game to run in the mi
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
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)