Tags
Language
Tags
May 2024
Su Mo Tu We Th Fr Sa
28 29 30 1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31 1

Introduction to Assembly Language Programming: From 8086 to Pentium Processors

Posted By: AvaxGenius
Introduction to Assembly Language Programming: From 8086 to Pentium Processors

Introduction to Assembly Language Programming: From 8086 to Pentium Processors by Sivarama P. Dandamudi
English | PDF | 1998 | 654 Pages | ISBN : N/A | 43.1 MB

There are three main reasons for writing this book. While several assembly language books are on the market, almost all of them cover only the 8086 processor-a 16-bit processor Intel introduced in 1979. A modem computer organization or assembly language course requires treatment of a more recent processor like the Pentium, which is a 32-bit processor in the Intel family. This is one of the main motivations for writing this book. There are two other equally valid reasons. The book approaches assembly language programming from the high-level language viewpoint. As a result, it focuses on the assembly language features that are required to efficiently implement high-level language constructs. Performance is another reason why people program in assembly language. This is particularly true with real-time application programming. Our treatment of assembly language programming is oriented toward performance optimiza­ tion. Every chapter ends with a performance section that discusses the impact of specific sets of assembly language statements on the performance of the whole program. Put another way, this book focuses on performance-oriented assembly language programming. Intended Use This book is intended as an introduction to assembly language programming using the Intel 80X86 family of processors. We have selected the assembly language of the Intel 80X86 processors (including the Pentium processor) be­ cause of the widespread availability of PCs and assemblers. Both Microsoft and Borland provide assemblers for the PCs.

x86 Software Reverse-Engineering, Cracking, and Counter-Measures (Tech Today)

Posted By: First1
x86 Software Reverse-Engineering, Cracking, and Counter-Measures (Tech Today)

x86 Software Reverse-Engineering, Cracking, and Counter-Measures (Tech Today) by Stephanie Domas, Christopher Domas
English | February 6th, 2024 | ISBN: 1394199880 | 320 pages | True EPUB | 39.46 MB

A crystal-clear and practical blueprint to software disassembly

x64 Assembly Language Step-by-Step: Programming with Linux (Tech Today), 4th Edition

Posted By: First1
x64 Assembly Language Step-by-Step: Programming with Linux (Tech Today), 4th Edition

x64 Assembly Language Step-by-Step: Programming with Linux (Tech Today), 4th Edition by Jeff Duntemann
English | October 24th, 2023 | ISBN: 1394155247 | 640 pages | True EPUB | 13.03 MB

The long-awaited x64 edition of the bestselling introduction to Intel assembly language

Embedded Systems Interfacing for Engineers using the Freescale HCS08 Microcontroller I: Assembly Language Programming

Posted By: AvaxGenius
Embedded Systems Interfacing for Engineers using the Freescale HCS08 Microcontroller I: Assembly Language Programming

Embedded Systems Interfacing for Engineers using the Freescale HCS08 Microcontroller I: Assembly Language Programming by Douglas H. Summerville
English | PDF | 2009 | 151 Pages | ISBN : 1608450058 | 0.95 MB

The vast majority of computers in use today are encapsulated within other systems. In contrast to general-purpose computers that run an endless selection of software, these embedded computers are often programmed for a very specific, low-level and often mundane purpose. Low-end microcontrollers, costing as little as one dollar, are often employed by engineers in designs that utilize only a small fraction of the processing capability of the device because it is either more cost-effective than selecting an application-specific part or because programmability offers custom functionality not otherwise available. Embedded Systems Interfacing for Engineers using the Freescale HCS08 Microcontroller is a two-part book intended to provide an introduction to hardware and software interfacing for engineers.

Bare Metal C : Embedded Programming for the Real World

Posted By: readerXXI
Bare Metal C : Embedded Programming for the Real World

Bare Metal C : Embedded Programming for the Real World
by Stephen Oualline
English | 2022 | ISBN: 1718501625 | 439 Pages | PDF (conv) | 5.24 MB

The Art of 64-Bit Assembly, Volume 1 : x86-64 Machine Organization and Programming

Posted By: readerXXI
The Art of 64-Bit Assembly, Volume 1 : x86-64 Machine Organization and Programming

The Art of 64-Bit Assembly, Volume 1 :
x86-64 Machine Organization and Programming

by Randall Hyde
English | 2021 | ISBN: 1718501080 | 1032 Pages | True AZW | 2.81 MB

Introduction to Computer Organization: An Under the Hood Look at Hardware and x86-64 Assembly

Posted By: First1
Introduction to Computer Organization: An Under the Hood Look at Hardware and x86-64 Assembly

Introduction to Computer Organization: An Under the Hood Look at Hardware and x86-64 Assembly by Robert G. Plantz
English | January 25th, 2022 | ISBN: 1718500092 | 502 pages | True EPUB | 2.77 MB

This hands-on tutorial is a broad examination of how a modern computer works. Classroom tested for over a decade, it gives readers a firm understanding of how computers do what they do, covering essentials like data storage, logic gates and transistors, data types, the CPU, assembly, and machine code.