搜索资源列表
AsmStudio媲美VC的漂亮的界面
- AsmStudio媲美VC的漂亮的界面,强大的功能,注定了从此MASM和TASM将被扔进 垃圾桶。在5.0版中,AsmStudio更趋于完美:根据个人喜好定制指令、寄存器、操作 符、注释乃至数字的语法着色,可以定制的智能缩排,强大的无限次Undo、Redo,可 定制的指令、寄存器、操作符大小写自动切换,直接编译链接运行,调用debug直接调 试,另有代码定位功能可以方便的定位程序中所有的变量、过程和标号,漂亮的图形 显示使得变量的类型一目了然,此外还有AsmWizard向导自动生成多种
MASM
- 宏汇编器,32位的!其中含有部分范例程序,及lib文件夹!-Macro assembler, 32-bit! Which contains some examples of procedures and lib folder!
masm5
- Intel汇编masm编译器的最基本的组成程序。-Intel MASM compiler to compile the most basic components of the procedure.
masm_dos
- 这是初学者学习汇编语言的必备编译链接工具! 先要设置一下环境变量,下载此压缩包后,解压缩到一个路径,然后将此路径添加到系统变量的path下,然后在命令行键入masm进行编译,键入link进行链接-This is a beginner to learn assembly language compiler links essential tool! Must set some environment variables, download the compressed package, unz
tkasm20092
- masm集成开发环境...提供可视化的操作界面-Integrated Development Environment ... masm Visualized provide interface ..
masm50
- masm工具,用于所学的汇编语言,是汇编语言程序的一个平台-masm tool for the study of assembly language, assembly language program is a platform for
masm
- 利用汇编语言实现了1到600的连加,成功实现-The use of assembly language to achieve a 1-600 connection increases, the successful implementation of
masm-clock
- masm编写的钟表显示程序及源程序 在windows 即可运行-masn clock
box
- 一个小的迷宫游戏 汇编代码 用MASM和link调试过 可用-Labyrinth Game assembly code
MASM_calc
- 使用宏汇编 ( MASM ) 写的一个计算器, 能进行 加 和 减 操作.-Use Macro Assembler (MASM) write a calculator that can be ' plus' and ' cut' operations.
AsmErr
- Masm Error View for Visual Studio 2008
ASM_examples
- 有趣的汇编小程序,对学习微机原理的人很用。-Some Asm programs which are useful for computer theory learners.Suggesting using MASM to compile!!These programs must be runned in DOS environment.
masm
- 文档说明 英文文档说明,简单的一个例子,符合初学者-Documentation english!
MASM-3DFRAMES
- Macro assembler example
PE-information-display
- PE信息显示小工具MASM源码,非常强悍的汇编代码!-PE information display gadget MASM source code, very powerful assembly code!
GO-TO-PROTECTED-MODE-[MASM].ra
- Here is a simple code to enter protected mode and return to real mode. As the mere switch PMODE seems quite incomplete, the code also instructs SLM.,Here is a simple code to enter protected mode and return to real mode. As the mere switch PMODE see
masm
- 数据结构中关于迷宫的小程序。也是用C++进行编写。比较简单。-failed to translate
hdhook
- 此程序能够拦截获取硬盘物理序列号 masm源码-Blocking access to the hard disk physical serial number MASM source code
exeinfo
- 破解工具,个汉化版本除因汉化必要而打补丁外,我不准备再对它打任何补丁。一是我怕打补丁影响 OllyDBG 的兼容性;二是已经有Fly-Debugs multithread applications Attaches to running programs Configurable disassembler, supports both MASM and IDEAL formats MMX, 3DNow! and SSE data types and instructions,
masm
- 建立长度为n的顺序表,然后将表中的数据元素逆置,即若表中原来的数据元素序列为(a0,a1,a2,…,an),则逆置后的数据元素序列为(an,an-1,an-2,…,a1,a0)。(数据类型为字符型) 输入 第一行为顺序表的长度n; 第二行为顺序表中的数据元素. 输出 输出为逆置后的顺序表.(helloworld jhhhhh)
