Processing ......
FreeComputerBooks.com
Links to Free Computer, Mathematics, Technical Books all over the World
 
Assemblers and Loaders
🌠 Top Free Java Books - 100% Free or Open Source!
  • Title Assemblers and Loaders
  • Author(s) David Salomon
  • Publisher: Prentice Hall (February 1993)
  • Paperback 294 pages
  • eBook PDF (4.3 MB)
  • Language: English
  • ISBN-10/ASIN: 0130525642
  • ISBN-13: 978-0130525642
  • Share This:  

Book Description

Covering the design and implementation of assemblers and loaders, this comprehensive book opens with an introduction to one-pass and two-pass assemblers. Important concepts such as absolute and relocatable object files are discussed, as are assembler features such as local labels and multiple location counters.

  • The format, meaning and implementation of many directives are looked at in detail, and the important topics of macros and conditional assembly are introduced. The latter part of the book is concerned with the listing file, the properties of disassemblers and a look at three special types of assemblers.
  • The book closes with a chapter on loaders and includes a very detailed example of the basic operation of a one-pass linking loader, together with other features and concepts such as dynamic loading, bootstrap loaders, overlays, and others. Lots of exercises are included throughout, and at the end of each chapter there are review problems and projects.

    About the Authors
    • David Salomon is a professor emeritus of Computer Science at California State University, Northridge. He has authored numerous articles and books, including Coding for Data and Computer Communications, Guide to Data Compression Methods, Data Privacy and Security, Computer Graphics and Geometric Modeling, Foundations of Computer Security, Transformations and Projections in Computer Graphics, and Variable-length Codes for Data Compression.
    Reviews, Ratings, and Recommendations: Related Books and Categories: Read and Download Links: Similar Books: Similar Books:
    • Linkers and Loaders (John R. Levine)

      Written for any programmer who works with compiled code, this book surveys today's hardware platforms with a tour of how code is linked and executed. It is for anyone who wants to understand how programs are built and run on today's computing systems.

    • Reverse Engineering for Beginners (Dennis Yurichev)

      This book offers a primer on reverse-engineering, delving into 'disassembly'-code-level Reverse Engineering and explaining how to decipher assembly language for those beginners who would like to learn to understand x86 and ARM code created by C/C++ compilers.

    • ARM Assembly for Embedded Applications (Daniel W Lewis)

      A textbook teaches writing functions in ARM assembly called by a C program. The C/Assembly interface (function call, parameter passing, return values, register conventions, etc.) is presented in order to write simple functions in assembly.

    • ARM Assembly Language Programming (Peter J. Cockerell)

      Gain the skills required to dive into the fundamentals of the ARM architecture. It examines code relevant to hardware and peripherals found on today's microcontrollers and looks at situations all programmers will eventually encounter.

    • Zen of Assembly Language: Knowledge (Michael Abrash)

      This book unlocks the secrets of writing superb assembly-language code. It assumes that you're already familiar with assembly language, at least acquainted with the registers and instructions of the 8088, and with the use of one of the popular PC assemblers.

    • Programming from the Ground Up: Linux Assembly Language

      This book uses Linux assembly language to teach new programmers the most important concepts in programming. It starts by teaching how the computer works under the hood, so that the programmer will have a sufficient background to be successful.

    • PC Assembly Language (Paul A. Carter)

      The purpose of this book is to give the reader a better understanding of how computers really work at a lower level than in programming languages like Pascal. It has extensive coverage of interfacing assembly and C code.

    • Raspberry Pi Assembler (Roger Ferrer Ibanez, et al)

      This book is your hands-on guide to learning to program ARM machine code on your Raspberry Pi 3, 2, 1 or Zero. Ideal for the novice, this book starts from first principles and leads you comfortably on your way to become an accomplished programmer.

    • x86-64 Assembly Language Programming with Ubuntu

      This book provides a reference for University level assembly language and systems programming courses. Specifically, this text addresses the x86-64 instruction set for the popular x86-64 class of processors using the Ubuntu 64-bit Operating System (OS).

    • The Art of Assembly Language (Randall Hyde)

      This book presents assembly language from the high-level programmer's point of view, so you can start writing meaningful programs within days. It provides a comprehensive, plain-English, and patient introduction to assembly for non-assembly programmers.

    • x86 Disassembly: Exploring C, x86 Assembly, and Machine Code

      This book is about the disassembly of x86 machine code into human-readable assembly, and the decompilation of x86 assembly code into human-readable C or C++ source code. Some topics covered will be common to all computer architectures, not just x86-compatible machines.

    • Code: The Hidden Language of Computer Hardware and Software

      Using everyday objects and familiar language systems such as Braille and Morse code, the author weaves an illuminating narrative for anyone who's ever wondered about the secret inner life of computers and other smart machines.

    • BIOS Disassembly Ninjutsu Uncovered (Darmawan Salihun)

      This book is primarily oriented toward system programmers and computer security experts. In addition, electronic engineers, pc technicians and computer enthusiasts can also benefit a lot from this book.

    • Win32 Programming for x86 Assembly Language Programmers

      A book on programming Windows applications using assembly. The text contains an introduction to console applications and files, a basic Win32 GUI program, popup windows and ownership, child windows, messages, mouse, graphics, etc.

    • Introduction to Compilers and Language Design (Douglas Thain)

      This book offers a one semester introduction into compiler construction, enabling the reader to build a simple compiler that accepts a C-like language and translates it into working X86 or ARM assembly language.

    • Compiler Design: Theory, Tools, and Examples (Seth Bergmann)

      This is an introductory level text for compiler design courses, that emphasizes problem solving skills. The concepts are clearly presented with sampler problems and diagrams to illustrate the concepts.

    • Basics of Compiler Design (Torben Mogensen)

      This book presents techniques for making realistic, though non-optimizing compilers for simple programming languages using methods that are close to those used in 'real' compilers, albeit slightly simplified in places for presentation purposes.

    • Compiler Construction (William M. Waite, et al)

      This is a modern text written by two leaders in the field. It demonstrates how a compiler is built, and provides the reader with a firm theoretical basis for compiler construction and sound engineering principles.

    Book Categories
    :
    Other Categories
    Resources and Links