搜索资源列表
Linux-Assembly-Language-Programming
- 要看懂Linux内核,需要学会一些AT &T 汇编语法, 这本书讲述的是 怎么样用 AT & T 汇编来编写应用程序,当你把这本书看过几遍之后,把Intel 386 CPU的保护模式和内存分页、分段的机制搞明白,就可以比较轻松地看Linux的内核机制了。该书为英文原版书籍,PDF格式。
hla.linux.tar
- High Level assembly language(HLA)软件
Linux-Assembly-Language-Programming(2)
- Linux下C语言编程,深入详细的描述了Linux编程细节
Linux Assembly Language Programming
- linux汇编语言程序设计,详细介绍了linux的汇编语言设计语法以及开发工具等信息-assembly language programming, detailed compilation of the Linux language syntax design and development tools, such as information
Linux_Assembly_programming
- linux环境下的汇编语言的书籍,很难得书啊 大家来下载吧-linux environment assembly language books, a rare book ah you to download it
Wrox.Professional.Assembly.Language
- 这是关于AT&T汇编的书,即Linux上使用的汇编格式,这一类的数很少,一份不错的学习资料.-This is a compilation of AT & T on the book, that is, the use of Linux on the compilation format, very few of this kind, a good learning materials.
GNU-ARM
- 自己整理的关于gnu arm入门资料,包括下面的文件: An Introduction to the GNU Assembler.pdf ARM GNU Assembly Programming Basic.doc GNU ARM Assembler Quick Reference.pdf GNU ARM汇编快速入门 .doc Using as.pdf 从ARMASM汇编到GNU ARM ASM汇编.doc-I collected some useful files fo
FullEmbeddedLinuxNotes
- 本书全面介绍了嵌入式Linux系统开发过程中,从底层系统支持到上层GUI应用的方方面面,内容涵盖Linux操作系统的安装及相关工具的使用、配置,嵌入式编程所需要的基础知识(交叉编译工具的选项设置、Makefile语法、ARM汇编指令等),硬件部件的使用及编程(囊括了常见硬件,比如UART、I*IC、LCD等),U-Boot、Linux内核的分析、配置和移植,根文件系统的构造(包括移植busybox、glibc、制作映象文件等),内核调试技术(比如添加kgdb补丁、栈回溯等),驱动程序编写及移植(
AdvancedLinuxProgramming
- 进阶linux编程,介绍了进程,线程,进程间通信,文件系统等内容-Advanced Linux Programming Chapter 01- Advanced Unix Programming with Linux 。Chapter 02- Writting Good GNU/Linux Software 。Chapter 03- Processes 。Chapter 04- Threads 。Chapter 05- Interprocess Communication 。Chapte
DnsLookupDotNet_src
- dns lookup example demonstrates the form of DNS query messages and how to submit a request to a DNS server and interpret the result. I have wrapped this functionality up into a small easy-to-use C# assembly which you can easily deploy in your own app
asmsbs3e
- Source code and examples from the book "Assembly Language Step by Step Programming with Linux"
AT-T_linux_ASM
- 基于80X86体系的AT&T语法及GCC自带语法的汇编语言,PDF格式,很清晰,非常不错。-80X86 system based on AT & T syntax and grammar GCC comes with assembly language, PDF format, very clear, very good.
assembly
- 汇编程序设计,linux的内核setup模拟-Assembly programming, linux kernel setup simulation
vivi
- 操作系统Linux的vivi引导程序,相信大家都知道bootload对linux的重要性,本程序用汇编语言编写。-Vivi Linux, the operating system boot process, I believe we all know the importance of bootload on linux, this program written in assembly language.
Linux-Assembly-Language
- Prentice-Hall出的linux上的汇编语言程序设计书籍,有关linux上C编程的书籍很多,但汇编类却很少,对于有此需要的人士,本书值得一读。-A Linux Assembly Language Programming book produced by Prentice-Hall. There are few linux books related to assembly language. So it is valuable for those wanting to get such
Assembly-Language-Step-by-Step
- Assembly Language Step-by-Step, Programing with Linux, Third Edition. 使用Ubuntu系统,从非常基础开始介绍汇编语言。这是英文原版书籍,最新的版本。-Assembly Language Step-by-Step, Programing with Linux, Third Edition. Use of Ubuntu, starting from the very basic introduction assembly lan
The.Art.Of.Assembly.Language
- 广受各路黑客好评的“汇编语言艺术“教导程序员如何理解汇编语言,以及如何用它来编写功能强大,高效的代码。作为其主要的教学工具行之有效的高级别汇编,“汇编语言艺术“充分利用您的高级编程语言的知识,使您更轻松快速地掌握基本的装配概念。其中最全面的参考汇编语言每一个出版的“汇编语言,第2版艺术“已被彻底更新,以反映最近的修改HLA的语言。从书中的所有代码可以移植到了Windows,Linux还是Mac OS X和FreeBSD操作系统。-Widely respected by hackers of al
Linux-asm
- 汇编语言讲解 主要是linux源码中用到的 简单明了 很快熟悉汇编语言-Assembly language to explain the main is simple to use linux source will soon be familiar with assembly language
ATaT-assembly-for-linux
- 这里提供了Linux系统中设计到的AT&T汇编的基本格式,及内嵌汇编的一些特点,很详细哦-It is useful for learning the Linux.Linux s code include some assembly or embeded assembly. the text supply the elaborate phrase .it is first step to learn the linux well
Linux编译链接装载
- 一个关于Linux下C语言程序从编译到运行的详细过程,包括预处理、处理、汇编、链接、装载过程。(A detailed process for the process from compiling to running under Linux, including preprocessing, processing, assembly, linking, and loading.)