Description: linux中的汇编语言,对于学习linux下的汇编很有帮助,以及看内核源码也很有帮助。-linux in assembly language, for learning to compile under linux helpful, as well as look at kernel source code is also very helpful. Platform: |
Size: 232448 |
Author:cby |
Hits:
Description: 非常好的汇编代码示例,可在linux平台用gas编译。学习at&t汇编语法的必备-Very good example of assembly code, you can use gas to compile linux platform. Learning at Platform: |
Size: 14336 |
Author:kev |
Hits:
Description: 要看懂Linux内核,需要学会一些AT &T 汇编语法, 这本书讲述的是 怎么样用 AT & T 汇编来编写应用程序,当你把这本书看过几遍之后,把Intel 386 CPU的保护模式和内存分页、分段的机制搞明白,就可以比较轻松地看Linux的内核机制了。该书为英文原版书籍,PDF格式。-To understand the Linux kernel, need to learn some of AT Platform: |
Size: 2224128 |
Author:hunbuso |
Hits:
Description: 很好、很难找的一个Linux下的汇编语言教程,适合学习汇编和研究Linux内核等方面的人下载。-Well, it is difficult to find an assembly language under Linux tutorials for learning and research Linux kernel compilation, etc. download。 Platform: |
Size: 2194432 |
Author:小余 |
Hits:
Description: <Programming from the Ground Up>
一本介绍从零开始linux/unix下汇编程序编写的书-<Programming from the Ground Up>
This book is not a reference book, it is an introductory book. It is therefore not suitable by itself to
learn how to professionally program in x86 assembly language, as some details have been left out to
make the learning process smoother. The point of the book is to help the student understand how
assembly language and computer programming works, not to be a reference to the subject. Reference
information about a particular processor can be obtained by contacting the company which makes it. Platform: |
Size: 629760 |
Author:李明 |
Hits:
Description: 这是关于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. Platform: |
Size: 1867776 |
Author:chyxion |
Hits:
Description: 这个是用MDK编译的GPIO程序,在韦东山的书是LINUX汇编,我给修改成了ARM汇编,可以直接在MDK下编译。学习ARM汇编的朋友对你有很大帮助-This is a GPIO with MDK compiled procedures, Wei Dongshan LINUX book is a compilation of me to change into ARM assembly can be directly compiled in the MDK. Learning ARM compilation of great help to your friends Platform: |
Size: 28672 |
Author:leo |
Hits:
Description: PC Assembly Language
Paul A. Carter
July 23, 2006
The purpose of this book is to give the reader a better understanding of how computers really work at a lower level. By gaining a deeper understanding of how computers work, the reader can often be much more productive developing software in higher level
languages such as C and C++. Learning to program in assembly language is an excellent way to achieve this goal. Other PC assembly language books still teach how to program the 8086 processor that the original PC used in 1981! The 8086 processor only supported real mode. In this mode, any program may address any memory or device in the computer. This book discusses how to program the 80386 and later processors in protected mode
(the mode that Windows and Linux runs in).-PC Assembly Language
Paul A. Carter
July 23, 2006
The purpose of this book is to give the reader a better understanding of how computers really work at a lower level. By gaining a deeper understanding of how computers work, the reader can often be much more productive developing software in higher level
languages such as C and C++. Learning to program in assembly language is an excellent way to achieve this goal. Other PC assembly language books still teach how to program the 8086 processor that the original PC used in 1981! The 8086 processor only supported real mode. In this mode, any program may address any memory or device in the computer. This book discusses how to program the 80386 and later processors in protected mode
(the mode that Windows and Linux runs in). Platform: |
Size: 713728 |
Author:zeka.fl |
Hits:
Description: 一本非常很好的书,《一步步学习linux汇编语言》(英文版),非常好,值得看-A very good book, " Learning linux assembly language step by step" (English version), very good, worth seeing Platform: |
Size: 3496960 |
Author:庄桐泉 |
Hits:
Description: 这里提供了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 Platform: |
Size: 27648 |
Author:yuyanjuan |
Hits:
Description: 通过学习c语言,我了解到了它的如此强大,不光可以永它编写出各种优秀的应用软件,甚至连功能强大的Unix操作系统和Linux操作系统也几乎是用c语言完成的,只是在硬件操作的代码一般使用了汇编语言,特别是c语言中的指针功能,使用它能灵活地操作内存,但是如果使用不当也会造成因为非法访问而使系统崩溃,也会因为乱使用指针而使内存泄漏,所有,要学习好c语言还是要花费一点功夫的!c语言的课程学习完了,也许现在我们还不能完成一个好强大的操作系统,但是使用c语言解决实际问题的方法还是一样的,所以,我用c语言编写了一个课程设计,题目是销售管理系统。-By learning c language, I learned that it is so powerful, not only can Wing it to prepare a variety of applications, even even the powerful Unix operating system and the Linux operating system is almost c language completed just in hardware operation code generally use assembly language, especially pointer in c language function, use it the flexibility to manipulate memory, but if used incorrectly can also cause crashes because unauthorized access to the system by, also because of the indiscriminate use of pointers so memory leak, to learn good c language or to spend a little more effort! c language course is over, maybe now we can not complete a good operating system, but the methods to solve practical problems using the c language is still the same, so I used the c language curriculum design, the title is a sales management system . Platform: |
Size: 86016 |
Author:狂人 |
Hits:
Description: 通过学习c语言,我了解到了它的如此强大,不光可以永它编写出各种优秀的应用软件,甚至连功能强大的Unix操作系统和Linux操作系统也几乎是用c语言完成的,只是在硬件操作的代码一般使用了汇编语言,特别是c语言中的指针功能,使用它能灵活地操作内存,但是如果使用不当也会造成因为非法访问而使系统崩溃,也会因为乱使用指针而使内存泄漏,所有,要学习好c语言还是要花费一点功夫的!c语言的课程学习完了,也许现在我们还不能完成一个好强大的操作系统,但是使用c语言解决实际问题的方法还是一样的,所以,我用c语言编写了一个课程设计,题目是成绩信息管理系统。-By learning c language, I learned that it is so powerful, not only can Wing it to prepare a variety of applications, even even the powerful Unix operating system and the Linux operating system is almost c language completed just in hardware operation code generally use assembly language, especially pointer in c language function, use it the flexibility to manipulate memory, but if used incorrectly can also cause crashes because unauthorized access to the system by, also because of the indiscriminate use of pointers so memory leak, to learn good c language or to spend a little more effort! c language course is over, maybe now we can not complete a good operating system, but the methods to solve practical problems using the c language is still the same, so I used the c language curriculum design, entitled Results Information Management systems. Platform: |
Size: 458752 |
Author:狂人 |
Hits:
Description: h3c校园客户端的手写版,适合学习网络编程,能实现手工上线下线,主要在linux上使用,如果配合枚举,可以将源码改成让上线的人下线-the campus handwritten version of the client h3c, for learning network programming, can be achieved by hand on a line off the assembly line in linux with the enumeration, the source changed to allow on-line people offline Platform: |
Size: 5120 |
Author:李晓东 |
Hits:
Description: linux shell 工程汇编,几乎包括了所有开发shell所用到的代码,并有详细注释。是学习shell不错的选择-linux shell works compilation includes almost all the code used in the development of shell, and detailed notes. Learning shell good choice Platform: |
Size: 94208 |
Author:Hang |
Hits:
Description: arm中用汇编,用C,用linux驱动和相应的文件操作来点亮led灯。由浅入深的学习驱动程序。-arm using assembly with C, the linux driver and the corresponding file operations to light led lights. Deep learning driver. Platform: |
Size: 19456 |
Author:孙魁 |
Hits: