๐”– Scriptorium
โœฆ   LIBER   โœฆ

๐Ÿ“

Linux Assembly Language Programming

โœ Scribed by Bob Neveln


Publisher
Prentice Hall
Year
2000
Tongue
English
Leaves
184
Category
Library

โฌ‡  Acquire This Volume

No coin nor oath required. For personal study only.

โœฆ Synopsis


  • Master x86 assembly language from a Linux perspective! * Essential information for creating Linux device drivers * How Linux works "under the hood!" * CD-ROM includes edlinas, the #1 Linux x86 hands-on assembler development simulatorThe first Linux-centered guide to x86 assembly language!In Linux Assembly Language Programming, Bob Neveln explains all the key features of x86 assembly language in the context of the Linux operating system and the C language. The book's step-by-step, one-concept-at-a-time coverage will help any hardware programmer move to Linux, and master essential skills for Linux device driver development. You won't just learn new x86 assembly language skills: you'll also gain powerful "under the hood" insight into how Linux works. Bonus CD-ROM includes edlinas, the #1 Linux-based x86 interactive assembler development simulator!Linux x86 assembly language programming, from start to finish! * Place-holding numeration * Logic circuits * Computation * The four-field format * Machine language * Memory * The stack * Linux user programs * NASM * DOS programs * Interrupts * Bit manipulations * Device drivers * And more...

๐Ÿ“œ SIMILAR VOLUMES


LINUX assembly language programming
โœ Bob Neveln ๐Ÿ“‚ Library ๐Ÿ“… 2000 ๐Ÿ› Prentice Hall PTR ๐ŸŒ English

Master x86 assembly language from the Linux point of view! Assembly language lies at the boundary between hardware and software. While it can be described purely in terms of how it controls hardware, many of its features only make sense in the context of operating systems and programming languages.