搜索资源列表
Linux0.00-complately
- Linux0.00版的完全注释这是引导扇区代码,Linus也是使用Intel的汇编语法写的,这里使用了NASM的编译器, 所以遵循NASM的语法, 而且也努力把后面的 HEAD.ASM 代码也写成NASM的,而不象Linus那样用难懂的 AT&T语法! 重写这些代码仅仅是为了学习和自己动手调试,希望这里是个好开头!:)
MBR
- 这里主要是一个系统引导的MBR的一个汇编写的程序-Here is a system to guide the MBR of a compilation of written procedures
GNUPDF.tar
- GNU 开发工具手册,汇编器手册,编译工具手册。纯原版。-GNU development tools, manuals, manual assembler, compiler toolkit. Pure original.
linux_assembly
- 分别是AT&T风格和Intel风格的汇编示例程序hello.s和hello.asm-two styles
att
- at&t汇编入门书籍,这几篇文章写得很好,理解它对你理解at&t汇编极大好处。-about the at&t asm.
asm.tar
- at&t汇编与c++混合编程的代码,描述了C++单独调用AT&T汇编-at & t assembly and c++ mixed programming code, describes the C++ compilation of a single call to AT & T
ATaT_ASM
- AT&T的汇编说明书,是阅读linux 内核代码的必备资料-the specification of AT&T ASM. it is a wonderful material of studying linux kernal
Linux-inline-Asm.odt
- Linux 内联汇编的编程方法,环境为G-Linux inline Asm
gcc-asm
- linux下用汇编语言编写的代码具有两种不同的形式,第一种是完全汇编代码,第二种是内嵌汇编代码,各种编译器都做了扩充,linux平台下的GCC就是-the assembly language taken used in linux