100% tevredenheidsgarantie Direct beschikbaar na betaling Zowel online als in PDF Je zit nergens aan vast
logo-home
Summary Computer Systems: A Programmer's Perspective Chapter 3 €2,99   In winkelwagen

Samenvatting

Summary Computer Systems: A Programmer's Perspective Chapter 3

1 beoordeling
 294 keer bekeken  6 keer verkocht

This is a summary of Computer Systems: A Programmer's Perspective Chapter 3: Machine-Level Representation of Programs by Randal E. Bryant and David R. O’Hallaron.

Voorbeeld 1 van de 28  pagina's

  • Nee
  • Hoofdstuk 3
  • 20 september 2020
  • 28
  • 2020/2021
  • Samenvatting
book image

Titel boek:

Auteur(s):

  • Uitgave:
  • ISBN:
  • Druk:
Alle documenten voor dit vak (1)

1  beoordeling

review-writer-avatar

Door: hasanjamal • 2 jaar geleden

avatar-seller
cilevanmarken
Computer Systems: a Programmer’s
Perspective
Randal E. Bryant en David R. O’Hallaron


Chapter 3 – Machine-Level Representation of
Programs
Computers execute machine code, sequence of bytes encoding the low-level operations that
manipulate data, manage memory, read and write data on storage devices, and communicate over
networks. A compiler generates machine code through a series of stages, based on the rules of the
programming language, the instruction set of the target machine, and the conventions followed by
the operating system. The GCC C compiler generates its output in the form of assembly code, a
textual representation of the machine code giving the individual instructions of the program. GCC
then invokes both an assembler and a linker to generate the executable machine code from the
assembly code.

When programming in a high-level language such as C, we are shielded from the detailed machine-
level implementation of our program. In contrast, when writing programs in assembly code, a
programmer must specify the low-level instructions the program uses to carry out a computation.
Working on high is level is most of the time more productive and reliable. Type checking provided by
a compiler helps detect many program errors and makes sure we reference and manipulate data in
consistent ways. A program written in a high-level language can be compiled and executed on a
number of different machines, whereas assembly code is highly machine specific.

Still, it is important to know a bit of assembly code. By reading assembly code, we can understand
the optimization capabilities of the computer and analyze the underlying inefficiencies in the code.
Sometimes the high-level language hides information about the run-time behavior of a program. This
information can be seen on machine-code level and can be used to prevent attacks on programs.

To understand assembly language, we'll need to understand the transformations typical compilers
make in converting the constructs of C into machine code. Optimizing compilers can rearrange
execution order of C code, eliminate unneeded computations, replace slow operations with faster
ones, and even change recursive computations into iterative ones. It is a form of reverse engineering
– trying to understand the process by which a system was created by studying the system and
working backward. To understand assembly language, just the general principles will not suffice:
you'll need the details as well.

Assembly language is rather peculiar, because it was made by two rivals (Intel and AMD) and only
makes sense when viewed from a historical perspective.

3.1 - A Historical Perspective
The Intel processor line x86 started with one of the first single-chip 16-bit microprocessors. Since
then, it has been improved and improved again. To see a list of all Intel processors from the first to
now, read page 195 – 196.

Each successive processor has been designed to be backward compatible- able to run code compiled
for any other version. Due to this, there are many strange artifacts in the instruction set due to this
evolutionary heritage. The most recent processor from Intel is Intel64, the 64-bit extension to IA32

Voordelen van het kopen van samenvattingen bij Stuvia op een rij:

Verzekerd van kwaliteit door reviews

Verzekerd van kwaliteit door reviews

Stuvia-klanten hebben meer dan 700.000 samenvattingen beoordeeld. Zo weet je zeker dat je de beste documenten koopt!

Snel en makkelijk kopen

Snel en makkelijk kopen

Je betaalt supersnel en eenmalig met iDeal, creditcard of Stuvia-tegoed voor de samenvatting. Zonder lidmaatschap.

Focus op de essentie

Focus op de essentie

Samenvattingen worden geschreven voor en door anderen. Daarom zijn de samenvattingen altijd betrouwbaar en actueel. Zo kom je snel tot de kern!

Veelgestelde vragen

Wat krijg ik als ik dit document koop?

Je krijgt een PDF, die direct beschikbaar is na je aankoop. Het gekochte document is altijd, overal en oneindig toegankelijk via je profiel.

Tevredenheidsgarantie: hoe werkt dat?

Onze tevredenheidsgarantie zorgt ervoor dat je altijd een studiedocument vindt dat goed bij je past. Je vult een formulier in en onze klantenservice regelt de rest.

Van wie koop ik deze samenvatting?

Stuvia is een marktplaats, je koop dit document dus niet van ons, maar van verkoper cilevanmarken. Stuvia faciliteert de betaling aan de verkoper.

Zit ik meteen vast aan een abonnement?

Nee, je koopt alleen deze samenvatting voor €2,99. Je zit daarna nergens aan vast.

Is Stuvia te vertrouwen?

4,6 sterren op Google & Trustpilot (+1000 reviews)

Afgelopen 30 dagen zijn er 67474 samenvattingen verkocht

Opgericht in 2010, al 14 jaar dé plek om samenvattingen te kopen

Start met verkopen
€2,99  6x  verkocht
  • (1)
  Kopen