搜索资源列表
小木偶Win32汇编
- 小木偶Win32汇编教学,整理后的离线网页版本。MASM32或TASM代码。-small puppet Win32 compilation teaching, putting the offline version. Between code or TASM.
dddddddd
- 用来实现对音乐的编译!用的是TASM编译器来实现在COM下的音乐效果-used for the compilation of music! TASM is the compiler to achieve in the COM Music
tasm5.0+ucos
- ucos tasm
c_compiler.rar
- 一个C编译器源码。生成386或m68K代码。代码生成是相当不错。,This is the source for a C compiler that generates 386 or m68K code. Code generation is fairly good although the optimizer is a little naive... the code itself should be highly portable although there are some iss
myUCOS
- 编译后可在x86上裸奔的ucosII!!! 编译脚本参见TEST.MAK c语言编译器是BC45,汇编语言编译器是tasm 连接后先生成的是test.exe。 参见MAKETEST.BAT 执行exe2bin test.exe后输入0800或8000,好像是输入0800,我记不清了。两个都可以试试。 loader.bin的作用是吧test.bin加载到内存地址0x8000处,其源码我没有了。可以参考软件Emu8086.v4.05里的一个汇编例子,它的名字大概就叫一个简单的操作系统
tasm32
- 32位汇编语言编译器,学习汇编语言的必备工具。-32-bit assembly language compiler, an indispensable tool for learning assembly language.
Asm_C
- 这是一个C语言与汇编混编的例子实现绘图,调试环境为TC2.0或者TC3.0。运行这个程序需要tc提供的几个头文件。建议修改options菜单中的include目录项到tc的include的目录下(具体方法可以参见本书第一章的讲解);或者把源程序拷贝到tc目录下运行。 而本章例子中,因为MICROCAD.C内嵌汇编代码,读者要在命令行下输入tcc -B D:\TC\source\MICROCAD\MICROCAD.C,来编译MICROCAD.C。注意,在汇编的时候TC要调用TASM.exe。-
SystemTime
- 用汇编显示系统当前时间,显示时、分、秒.-Display system used to compile the current time, show the hours, minutes and seconds.
Tasm
- 初学者要的DSP2810的初始化汇编程序-Beginners want DSP2810 initialization assembler
another.b
- win32.another.b by kefi a file-sharing worm written in tasm second generation of win32.another.a-win32.another.b by kefi a file-sharing worm written in tasm second generation of win32.another.a
another
- win32.another.a by kefi file-sharing worm written in tasm-win32.another.a by kefi file-sharing worm written in tasm
compilador
- Compilador tasm 8051, Z80
TASM5
- 汇编语言程序设计软件,可以方便的进行汇编语言编辑。-Assembly language programming software, can easily carry out the assembly language editor.
sekuai.asm
- 用汇编语言编写,用tasm运行,显示四个色块,每个色块的颜色各不一样-Prepared to use assembly language, used to run tasm shows four color, each color a different color each
xiaoche.asm
- 用汇编语言编写,用tasm运行后显示了一辆小车自左向右行驶,这个还是挺难编的,希望对你们有用。-Language used to compile, run tasm revealed by a car traveling from left to right, this is still hard for, and I hope useful to you.
snake
- 使用汇编语言,一个简单的贪吃蛇程序。通过键盘上的上下左右键控制蛇的走向。采用Tasm汇编器。-The use of assembly language, a simple procedure Snake. Through the keyboard keys to control the up and down about the direction of the snake. Tasm using assembler.
as_cloak
- This the source-code of a 64k-intro. Run it through tasm and tlink, and it will work (the makefile will also work). ----------------------------------------------------------------------- -This is the source-code of a 64k-intro. Run it thro
GlukOS
- Simple DOS-like OS. For learning purposes. Written in TASM.
jpeglib
- 非常小巧的jpeg解压库,asm源代码。-A very small jpeg decompression library, source code by asm.The library can be used in two ways, you can either use the provided dll (JPEGLIB.dll- found in dir Resource.Example) along with the lib file in the same directory
Angel
- 这是一只纯ASM编写的病毒,具备文件感染,入口代码变形,自身加密,EPO等功能,是一只无任何 特征码的病毒,设计目的是为对抗反病毒软件的特征码杀毒、行为杀毒和虚拟机杀毒,现有代码 未提供任何破坏功能,但会主动感染可执行文件,而且被感染过的文件很难再还原,这点请注意 另外这东西也提供了Ring0功能,主要用于感染运行中的可执行文件 这东西写完后放了很久,不太记得怎么用了,把代码放上来有兴趣的朋友拿去研究研究,汇编工 具为TASM,由于已经不确定会产生什么后果了,测试