Welcome![Sign In][Sign Up]
Location:
Search - nasm

Search list

[ELanguagenasm-0.98.zip

Description: 一个汇编语言编译器源码
Platform: | Size: 547112 | Author: | Hits:

[ELanguagedjgpp-gcc322-27oct2004

Description: 写操作系统要用到的很多软件的集合,如ls,djgpp,nasm等等了,好东西!-To Write Operation System,we can use the develope software package,such as ls,djgpp,nasm,etc.The package is a good package.
Platform: | Size: 16119978 | Author: 与乁 | Hits:

[ELanguagedjgpp-gcc-bxnhy

Description: 里面包含了众多的编写操作系统的底层软件,好难找啊,大家要珍惜啊!包括ls,nasm,djgpp,等等等等。是个集合包-of which contains a large number of the operating system to prepare the bottom of software, the difficulty in finding good ah, we must cherish ah! Including ls, NASM, DJGPP, so on and so forth. Is Set packet
Platform: | Size: 32953813 | Author: 与乁 | Hits:

[Windows Develop引导程序的设计以及进程环境的建立

Description: 1、BOOTSECT.BIN 功能:1.44M软盘的引导扇区中的文件 源代码文件:BOOTSECT.ASM 编译方法 nasm bootsect.asm -o bootsect.bin 2、WRBOOT.COM 功能:将BOOTSECT.BIN 写到软盘的引导扇区 源代码文件:WRBOOT.ASM 编译方法 nasm wrboot.asm -o wrboot.com 使用方法:将BOOTSECT.BIN 与WRBOOT.COM 置于同一目录下,软驱中插入软盘,执行WRBOOT.COM 3、OS.PCS 功能:操作系统的任务切换演示 源代码文件:PCS.ASM 编译方法 nasm pcs.asm -o os.pcs 使用方法:将OS.PCS拷贝到引导扇区为BOOTSECT.BIN的软盘上,设定从软驱启动计算机,重新启动计算机,电脑启动成功后可运行OS.PCS文件以显示任务切换。
Platform: | Size: 10515 | Author: 黄小文 | Hits:

[Crack Hack汇编内核加密算法

Description: 汇编内核的md5算法,应网友要求改进了两个部分: 1、采用nasm风格汇编,可以方便的移植到linux平台下。 2、修正了56个字节以上明文加密会出错的bug,对任意长的明文都能够加密 使用方法: 一种方法是使用原代码包中的make.bat,这需要安装nasm编译器;第二种就是直接将md5_x86.obj拷贝到你的工程下,直接使用。 -compilation of md5 kernel algorithm, a netizen called for improvements in two parts : one, using NASM style compilation, can easily migrate to the Linux platform. 2, amended 56-byte encryption will be more explicit error bug, right arbitrarily long expressly can use encryption methods : one method is to use the original code of make.bat, which requires the installation of NASM compiler; The second is directly md5_x86.obj copy of your works under the direct use.
Platform: | Size: 8356 | Author: qve | Hits:

[Othernasm

Description: masm is a important thing.-can is a important thing.
Platform: | Size: 64874 | Author: 洋洋 | Hits:

[assembly languageNASMdocCN

Description: NASM中文文档资料 目录详细介绍 第一章:简介 第二章:运行NASM 第三章:NASM语法介绍 第四章:NASM的预处理器 第五章:汇编方向性 第六章:输出格式 第七章:写16位代码(DOS,Windows 3/3.1) 第八章:写32位代码(Unix,Win32,DJGPP) 第九章:16位与32位混和编程 第十章:问题解答 -Assemble Chinese documents detailed information Contents Chapter 1 : Introduction Chapter 2 : Operation Assemble Chapter 3 : Assemble syntax introduced Chapter 4 : Assemble the pre-processor Chapter 5 : compilation directional Chapter 6 : output formats Chapter VII : 16 write code (DOS, Windows 3/3.1) Chapter 8 : 32 write code (Unix, Win32, DJGPP) Chapter 9 : 16 and 32 mixed programming Chapter 10 : FAQ
Platform: | Size: 75303 | Author: 王王 | Hits:

[Windows Developnasm-0[1].98.39-win32

Description: 好东西,vc++网路电视。真的很好。。。好东西-good things, vc + + network television. Really good. . . Good things
Platform: | Size: 220041 | Author: 杨恺 | Hits:

[OtherBOOT+smallKnl

Description: 一个最简单的操作系统,boot用NASM写的,使用最简单的汇编知识,大家下载后自己看吧-a simple operating system, boot with Assemble wrote, using the most simple compilation of knowledge, we download their CMTech
Platform: | Size: 15005 | Author: 空间 | Hits:

[OS Developmoduledos--source

Description: 一个nasm写的引导程序,功能混乱的引导程序,已实现命令行界面,实现cls,reboot命令-nasm write a guide procedures, functions confusion guide procedures, has been achieving command line interface, achieve cls, reboot orders
Platform: | Size: 110858 | Author: 破天惊 | Hits:

[ELanguagenasm-0.98.36-win32

Description: 一个x86汇编器,能在一些算法优化上能其很大作用-an x86 assembler, in some algorithms can optimize their great role
Platform: | Size: 268797 | Author: 郭福珍 | Hits:

[Develop ToolsNASM_manual_ch

Description: nasm Chinese user manual.
Platform: | Size: 513229 | Author: 陈光 | Hits:

[Software Engineeringnasm-manual

Description: NASM中文手册。 NASM是一个为可移植性与模块化而设计的一个80x86的汇编器。它支持相当多的目标文件格式,包括Linux和 NetBSD/FreeBSD , a.out , ELF , COFF ,微软16位的 OBJ 和 Win32 。它还可以输出纯二进制文件。它的语法设计得相当的简洁易懂,和Intel语法相似但更简单。-The Netwide Assembler (NASM) is an assembler and disassembler for the Intel x86 architecture. It can be used to write 16-bit, 32-bit (IA-32) and 64-bit (x86-64) programs. NASM is considered to be one of the most popular assemblers for Linux.[1] NASM was originally written by Simon Tatham with assistance Julian Hall and is currently maintained by a small team led by H. Peter Anvin.[2] It is available as free software under the terms of the simplified (2-clause) BSD license.[3]
Platform: | Size: 499712 | Author: john | Hits:

[OtherNASM-code

Description: bits32.asm 易语言NASM置入代码.e NASM code into easy language-NASM code into easy language
Platform: | Size: 32768 | Author: 李华 | Hits:

[assembly languagenasm-2.11.08

Description: NASM是一个为可移植性与模块化而设计的一个80x86的汇编器。NASM是一个自动配置的安装包,cd到它的目录下,输入./configuer,该脚本会找到最好的C编译器来构造NASM,并据此建立Makefiles-The Netwide Assembler (NASM) is an assembler and disassembler for the Intel x86 architecture. It can be used to write 16-bit, 32-bit (IA-32) and 64-bit (x86-64) programs. NASM is considered to be one of the most popular assemblers for Linux.
Platform: | Size: 1398784 | Author: Gao | Hits:

[OS Developnasm-d.tar

Description: NASM 的安卓编译版本,现在在手机上也可以玩 x86 汇编了!-Android compilation for Nasm, now we can play x86 assembly on andro-phones!
Platform: | Size: 406528 | Author: Wiseluster | Hits:

[ELanguagenasm-2.11.09rc1.tar

Description: nasm 最新版本 —— 2.11.09 的源代码,可以用 gcc 编译安装。-nasm latest version- 2.11.09 of the source code, you can compile and install with gcc.
Platform: | Size: 1206272 | Author: whoozit | Hits:

[ELanguagenasm-2.11.09rc1-win32

Description: nasm 最新版本 —— 2.11.09 的 win32 执行文件 —— windods 系统大多没有 gcc,无法用 gcc 编译安装源代码,只能安装执行代码。-nasm latest version- 2.11.09 of win32 executable files- windows system is mostly no gcc, gcc compiler can not install the source code, only install the code.
Platform: | Size: 454656 | Author: whoozit | Hits:

[ELanguagenasm_man

Description: The NASM Manual (English, pdf)
Platform: | Size: 446464 | Author: Crayxd | Hits:

[Otherfib.asm

Description: 输入两个数a、b,程序将会输出a、b之间(包括a、b)的斐波纳契数(Fibonacci by NASM with two inputs)
Platform: | Size: 2048 | Author: 1232da | Hits:
« 1 2 3 4 5 67 8 9 10 11 ... 14 »

CodeBus www.codebus.net