“tag:assembly”
全部 | 书籍 (13) | 影视 | 播客 | 音乐 | 游戏 | 演出
汇编语言(第2版) [图书] 豆瓣
8.9 (7 个评分) 作者: 王爽 清华大学出版社 2008 - 4
《汇编语言(第2版)》是各种CPU提供的机器指令的助记符的集合,人们可以用汇编语言直接控制硬件系统进行工作。汇编语言是很多相关课程(如数据结构、操作系统、微机原理等)的重要基础。为了更好地引导、帮助读者学习汇编语言,作者以循序渐进的思想精心创作了《汇编语言(第2版)》。《汇编语言(第2版)》具有如下特点:采用了全新的结构对课程的内容进行组织,对知识进行最小化分割,为读者构造了循序渐进的学习线索;在深入本质的层面上对汇编语言进行讲解;对关键环节进行深入的剖析。
还有1个属于同一作品或可能重复的条目,点击显示。
汇编语言(第3版) [图书] 豆瓣
9.6 (5 个评分) 作者: 王爽 清华大学出版社 2013 - 9
《汇编语言(第3版)》具有如下特点:采用了全新的结构对课程的内容进行组织,对知识进行最小化分割,为读者构造了循序渐进的学习线索;在深入本质的层面上对汇编语言进行讲解;对关键环节进行深入的剖析。《汇编语言(第3版)》可用作大学计算机专业本科生的汇编教材及希望深入学习计算机科学的读者的自学教材。
Programming From The Ground Up [图书] 豆瓣
作者: Jonathan Bartlett Bartlett Publishing 2004 - 7
Programming from the Ground Up is an introduction to programming using assembly language on the Linux platform for x86 machines. It is a great book for novices who are just learning to program as well as for intermediates who have never learned or mastered assembly language programming. It covers many topics skipped by other similar books, including memory management, debugging, interfacing with C, dynamic libraries, and even a bit on GUI programming.
Intel汇编语言程序设计 [图书] 豆瓣
Assembly Language for Intel-Based Computers, 5th Ed.
作者: Kip Irvine 电子工业出版社 2007 - 9
《国外计算机科学教材系列•Intel汇编语言程序设计(第5版)》全面细致地讲述了汇编语言程序设计的各个方面。从微处理器体系结构、工作机制到指令集;从最基本的编译器链器的使用到高级过程、结构和宏的使用;从用纯汇编编写程序到用C/C++等最新编译器与汇编的混合接口编程;从16位实模式下BIOS、DOS实模式文本及图形程序设计到32位保护模式的Windows程序设计;从磁盘基础知识到Intel指令编码、浮点运算等相关知识都做了深入而细致的讲解。
还有3个属于同一作品或可能重复的条目,点击显示。
汇编语言:基于x86处理器(原书第7版) [图书] 豆瓣
Assembly Language for x86 Processors (7th Edition)
作者: [美]基普 · 欧文 译者: 贺莲 / 龚奕利 机械工业出版社 2016 - 4
本书是汇编语言课程的经典教材,系统介绍x86和Intel64处理器的汇编语言编程与架构。前9章为汇编语言的核心概念,包括:汇编语言基础,x86处理器架构,数据传送、寻址和算术运算,过程,条件处理,整数运算,高级过程,以及字符串和数组。后4章介绍结构和宏、MS-Windows编程、浮点数处理和指令编码,以及高级语言接口。
本书内容翔实,案例丰富,极具逻辑性和系统性,不仅可作为汇编语言课程的教材,还可作为计算机系统基础和体系结构基础方面的教材。
Assembly Language for x86 Processors (7th Edition) [图书] 豆瓣
作者: Kip R. Irvine Pearson 2014 - 3
Written specifically for 32- and 64-bit Intel/Windows platform, this complete and fullyupdated study of assembly language teaches students to write and debug programs at the machine level. This text simplifies and demystifies concepts that students need to grasp before they can go on to more advanced computer architecture and operating systems courses. Students put theory into practice through writing software at the machine level, creating a memorable experience that gives them the confidence to work in any OS/machine-oriented environment.
Additional learning and teaching tools are available on the author’s web site athttp://asmirvine.com/where both instructors and students can accesschapter objectives, debugging tools, supplemental files, a Getting Started with MASM and Visual Studio 2012 tutorial, and more.
Teaching and Learning Experience
This program presents a better teaching and learning experience—for you and your students. It will help:
Teach Effective Design Techniques: Top-down program design demonstration and explanation allows studentsto apply techniques to multiple programming courses. Put Theory into Practice: Students will write software at the machine level, preparing them to work in any OS/machine-oriented environment. Tailor the Text to Fit your Course: Instructors can cover optional chapter topics in varying order and depth. Support Instructors and Students: Visit the author's web site http://asmirvine.com/ for chapter objectives, debugging tools, supplemental files, a Getting Started with MASM and Visual Studio 2012 tutorial, and more.
Assembly Language for x86 Processors [图书] 豆瓣
作者: Kip R. Irvine Prentice Hall 2010 - 3
Assembly Language for x86 Processors, 6/e is ideal for undergraduate courses in assembly language programming and introductory courses in computer systems and computer architecture. Written specifically for the Intel/Windows/DOS platform, this complete and fully updated study of assembly language teaches students to write and debug programs at the machine level. Based on the Intel processor family, the text simplifies and demystifies concepts that students need to grasp before they can go on to more advanced computer architecture and operating systems courses. Students put theory into practice through writing software at the machine level, creating a memorable experience that gives them the confidence to work in any OS/machine-oriented environment. Proficiency in one other programming language, preferably Java, C, or C++, is recommended.
Professional Assembly Language [图书] 豆瓣
作者: Richard Blum Wrox 2005 - 2
Unlike high-level languages such as Java and C++, assembly language is much closer to the machine code that actually runs computers; it's used to create programs or modules that are very fast and efficient, as well as in hacking exploits and reverse engineering Covering assembly language in the Pentium microprocessor environment, this code-intensive guide shows programmers how to create stand-alone assembly language programs as well as how to incorporate assembly language libraries or routines into existing high-level applications Demonstrates how to manipulate data, incorporate advanced functions and libraries, and maximize application performance Examples use C as a high-level language, Linux as the development environment, and GNU tools for assembling, compiling, linking, and debugging
琢石成器 [图书] 豆瓣
作者: 罗云彬 电子工业出版社 2009 - 6
Windows环境下32位汇编语言是一种全新的编程语言。它使用与C++语言相同的API接口,不仅可以开发出大型的软件,而且是了解操作系统运行细节的最佳方式。
本书从编写应用程序的角度,从“Hello,World!”这个简单的例子开始到编写多线程、注册表和网络通信等复杂的程序,通过70多个实例逐步深入Win32汇编语言编程的方方面面。
本书作者罗云彬拥有十余年汇编语言编程经验,是汇编编程网站http://www.win32asm.com.cn的创办者。本书是作者多年来编程工作的总结,适合于欲通过Win32汇编语言编写Windows程序的读者。
Assembly Language Step-By-Step, 3rd [图书] 豆瓣
作者: Jeff Duntemann Wiley 2009
By starting with a complete, accessible picture of the internal operations of PCs, presenting a systematic approach to the process of writing, testing, and debugging programs in assembly language, and providing how-to information for using procedures and macros, this third edition offers beginners and intermediate programmers a solid and comprehensive understanding of how to cope with the complexity of assembly programming.
In the past four or five years, Ubuntu Linux has emerged as the best-supported and most widely used Linux distro, and Linux differs from Windows in that simple “terminal apps” may easily be created in assembly. All the tutorial material in this edition has been recast for Ubuntu Linux. The NASM assembler is still available (and much improved!) and will be retained. The portable and widely used Eclipse IDE system can be used with NASM and will be used for all tutorial presentations. The gcc compiler will be used for linking and gdb for debugging. Both utilities are shipped with Ubuntu Linux and are very widely used. Linux itself is written in gcc. All software mentioned in the book is downloadable without charge from the Internet.
还有1个属于同一作品或可能重复的条目,点击显示。
汇编语言 [图书] 豆瓣
Assembly Language Step-by-Step: Programming with Linux 3rd Edition
作者: Jeff Duntemann 译者: 梁晓晖 清华大学出版社 2014 - 2
《汇编语言:基于linux环境(第3版)》是风靡美国的经典汇编语言畅销书籍的最新版,美国计算机领域著名作者jeffduntemann的力作。作者以其渊博的专业知识,丰富的实战经验,结合生动详尽的实例,全面系统地介绍了linux环境下如何使用汇编语言进行程序设计以及与之有关的背景知识和相关工具的使用。本书写作风格独特,全书采用作者最有特色的对话式风格,结合大量源于生活的暗喻,将晦涩难懂的知识点条分缕析地呈现出来,以便读者能以轻松愉快的心情学习。
《汇编语言:基于linux环境(第3版)》适合刚涉足linux环境下汇编语言的读者,也可作为相关技术人员的参考书。
ARM Assembly Language: Fundamentals and Techniques, Second Edition [图书] 豆瓣
作者: William Hohl / Christopher Hinds CRC Press 2014 - 10
Featuring three brand-new chapters, a new appendix, and expanded coverage of the ARM7™, this edition:
Discusses IEEE 754 floating-point arithmetic and explains how to program with the IEEE standard notation Contains step-by-step directions for the use of Keil™ MDK-ARM and Texas Instruments (TI) Code Composer Studio™ Provides a resource to be used alongside a variety of hardware evaluation modules, such as TI’s Tiva Launchpad, STMicroelectronics’ iNemo and Discovery, and NXP Semiconductors’ Xplorer boards
Written by experienced ARM processor designers, ARM Assembly Language: Fundamentals and Techniques, Second Edition covers the topics essential to writing meaningful assembly programs, making it an ideal textbook and professional reference.
登录用户可看到来自其它网站的搜索结果。