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

Search list

[OS Developtinix_os

Description: 于渊编著,用汇编在NASM环境下编写的一个简易的操作系统内核。对学习操作系统理论有很好的帮助。-produced in the Yuan, with the compilation environment Assemble a summary prepared by the operating system kernel. Learning theory is a good operating system help.
Platform: | Size: 1261873 | Author: 张振宇 | Hits:

[Disk Toolsxdma_v33

Description: XDMA是DOS下的磁盘UltraDMA传输的驱动程序. 支持PC主板有Intel,VIA,SiS,ALi. 该版本为v33,NASM编译.-XDMA is under the DOS disk UltraDMA transmission of the driver. PC support I have the Main Board ntel, VIA, SiS, ALi. The version v33, Assemble compiler.
Platform: | Size: 35153 | Author: Z.T | Hits:

[Disk Toolsxcdrom22

Description: XCDROM是DOS下CD-ROM设备驱动程序,采用UltraDMA传输. 支持PC主板有Intel,VIA,SiS,ALi. 该版本为v2.2,NASM编译.-XCDROM is DOS CD-ROM device driver. UltraDMA using transmission. PC support is the main board Intel, VIA, SiS, ALi. The version v2.2, Assemble compiler.
Platform: | Size: 39918 | Author: Z.T | Hits:

[ELanguagenasm_sourcecode

Description: nasm编译器源码-nasm compiler source code
Platform: | Size: 290497 | Author: 王王 | Hits:

[assembly languageO-asm

Description: 本教程主要讲述计算机指令运行机制及汇编语言的相关知识,并用详实的例子来讲解如何使用O汇编语言来编写程序。汇编语言是计算机低级语言,它直接对应的是计算机机器指令,据有执行高效的特点,但由于它的底层性,指令浩繁复杂,如果你熟悉如MASM、FASM或者NASM等其它的汇编语言,那么你将能够很容易地学会使用O语言,它的内部机制与其它汇编语言是一致的;如果你没有接触过汇编语言,那么本教程将为你打开计算机语言的大门,深入细致地解剖聪明的计算机大脑的思考轨迹。如果你使用过C或者其它的计算机语言将对学习O语言有一定的帮助。-the handbook focuses on the operation of computer instructions and mechanisms related to the compilation of language knowledge, and the use of detailed examples to explain how to use the O Series language programming. Language is a compilation of computer low level language, which directly correspond to the computer machinery orders, according to the efficient implementation of the characteristics But since they are bottom, voluminous complex instructions, if you are familiar with such as Shape, FASM or Assemble the compilation and other languages, then you will be able to easily learn how to use O language, The internal mechanism and the other assembly language is unanimous; If you had any contact with assembly language. Then you have the handbook will open the door to computer language,
Platform: | Size: 224957 | Author: we | Hits:

[Other resourcenasm_manual

Description: NASM中文手册。 NASM 是一个为可移植性与模块化而设计的一 个80x86 的汇编器
Platform: | Size: 263159 | Author: moon | Hits:

[assembly languageFAT32NTFSMBR

Description: 支持FAT32和NTFS的引导扇区源码,NASM汇编代码。很不错的源码,可以运行
Platform: | Size: 146006 | Author: 张海 | Hits:

[assembly languagenasm

Description: 一个学习汇编的很好的源程序,可供大家学习参考
Platform: | Size: 41404 | Author: 天地 | Hits:

[assembly languagentdll

Description: 在这部分,我们将涉及一点汇编的知识,学习创建使用最基本的连接脚本。最后,我们将学习如何使用批处理文件自动进行汇编、编译和连接这个最最基本的保护模式内核。请注意,我将假设你已经安装了NASM和DJGPP在你的操作系统上,并且你已经掌握了最基本的X86汇编语言知识。
Platform: | Size: 4801 | Author: 注册和开 | Hits:

[Disk ToolsVB+nasm--MBR

Description: 嘻嘻,本人写的在校内互传的恶作剧程序。高手们看一下源代码就知道没什么害人的地方了。只是加个开机提示语。
Platform: | Size: 92897 | Author: 刘同兴 | Hits:

[Develop Toolsnasmdoc

Description: 学习nasm的好帮手-learning NASM a good helper
Platform: | Size: 416636 | Author: kkk | Hits:

[OS programminios

Description: 这是我自己学习过程中写的,大家看一下,多提意见。谢谢! 暂时只实现了进程的管理和切换,文件系统打算用FAT12,文件系统模块已经大体完成,后面再加进行去吧;内存管理也不会等太久的。 使用方法: 1.安装bochs; 2.建一个软件镜像文件,使用WINIMAGE将BOOT.BIN写入引导扇区,将setup.bin和system.bin直接写进磁盘镜像文件就行了。 上面用到的几个文件已经有了,没有编译器的可以直接使用了。编译环境为GCC+NASM,直接在命令下点make即可,名子不要改动。
Platform: | Size: 267149 | Author: shengfeng | Hits:

[assembly languageNASMrefrence

Description: NASM中文手册 NASM是一种使用INTEL 语法 跨平台的汇编语言 语法较MASM简洁 是一个开源项目
Platform: | Size: 513182 | Author: ew | Hits:

[Othernasm_man

Description: 这是一个NASM的编译器的一些有用代码,希望对大家有用.
Platform: | Size: 446458 | Author: 窦维维 | Hits:

[Audio programITU-TG.729Sourcecode

Description: ITU-T G.729 Source code最新版,标准实现,很有参考价值,里面还带了nasm汇编编译器
Platform: | Size: 353413 | Author: 叶子 | Hits:

[Linux-UnixLinux0.00-complately

Description: Linux0.00版的完全注释这是引导扇区代码,Linus也是使用Intel的汇编语法写的,这里使用了NASM的编译器, 所以遵循NASM的语法, 而且也努力把后面的 HEAD.ASM 代码也写成NASM的,而不象Linus那样用难懂的 AT&T语法! 重写这些代码仅仅是为了学习和自己动手调试,希望这里是个好开头!:)
Platform: | Size: 6676 | Author: gongbing | Hits:

[OS Developupload

Description: 一个简单的操作系统,用的是nasm写的,包括进程调度,中断处理
Platform: | Size: 15213 | Author: feifei | Hits:

[OS Developtoyo

Description: 参照MINIX3写的操作系统 用GCC+NASM+BOCHS开发
Platform: | Size: 549473 | Author: 梁健 | Hits:

[OS Developnasm_man

Description: 一份非常好的NASM汇编语言的手册,适用于Windows和linux平台
Platform: | Size: 447723 | Author: kaiyan | Hits:

[Linux-UnixNASM

Description: 有关于在linux下学习汇编的知识的文档,希望对一些朋友有用。
Platform: | Size: 513194 | Author: dan | Hits:
« 1 2 3 4 5 6 78 9 10 11 12 13 14 »

CodeBus www.codebus.net