100% found this document useful (1 vote)
18 views29 pages

Modern X86 Assembly Language Programming: Covers x86 64-Bit, AVX, AVX2, and AVX-512 2nd Edition Daniel Kusswurm 2024 Scribd Download

ebook

Uploaded by

ifwatathula
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
100% found this document useful (1 vote)
18 views29 pages

Modern X86 Assembly Language Programming: Covers x86 64-Bit, AVX, AVX2, and AVX-512 2nd Edition Daniel Kusswurm 2024 Scribd Download

ebook

Uploaded by

ifwatathula
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 29

Full download ebook at ebookmeta.

com

Modern X86 Assembly Language Programming:


Covers x86 64-bit, AVX, AVX2, and AVX-512 2nd
Edition Daniel Kusswurm

https://ebookmeta.com/product/modern-x86-assembly-
language-programming-covers-x86-64-bit-avx-
avx2-and-avx-512-2nd-edition-daniel-kusswurm/

Download more ebook from https://ebookmeta.com


More products digital (pdf, epub, mobi) instant
download maybe you interests ...

Modern X86 Assembly Language Programming: Covers X86


64-bit, AVX, AVX2, and AVX-512, 3rd Edition Daniel
Kusswurm

https://ebookmeta.com/product/modern-x86-assembly-language-
programming-covers-x86-64-bit-avx-avx2-and-avx-512-3rd-edition-
daniel-kusswurm/

x86 64 Assembly Language Programming with Ubuntu Ed


Jorgensen

https://ebookmeta.com/product/x86-64-assembly-language-
programming-with-ubuntu-ed-jorgensen/

Modern Parallel Programming with C++ and Assembly


Language Daniel Kusswurm

https://ebookmeta.com/product/modern-parallel-programming-with-c-
and-assembly-language-daniel-kusswurm/

Assembly Language for x86 Processors 6th edition Kip


Irvine

https://ebookmeta.com/product/assembly-language-
for-x86-processors-6th-edition-kip-irvine/
Cambridge IGCSE and O Level History Workbook 2C - Depth
Study: the United States, 1919-41 2nd Edition Benjamin
Harrison

https://ebookmeta.com/product/cambridge-igcse-and-o-level-
history-workbook-2c-depth-study-the-united-states-1919-41-2nd-
edition-benjamin-harrison/

Introduction To Computer Organisation An Under the Hood


Look at Hardware and x86 64 Assembly 1st Edition Robert
G. Plantz

https://ebookmeta.com/product/introduction-to-computer-
organisation-an-under-the-hood-look-at-hardware-
and-x86-64-assembly-1st-edition-robert-g-plantz/

Implementing Reverse Engineering: The Real Practice of


X86 Internals, Code Calling Conventions, Ransomware
Decryption, Application Cracking, Assembly Language,
... Open Source Tools (English Edition) Jitender Narula
https://ebookmeta.com/product/implementing-reverse-engineering-
the-real-practice-of-x86-internals-code-calling-conventions-
ransomware-decryption-application-cracking-assembly-language-
open-source-tools-english-edition/

Low-Level Programming: C, Assembly, and Program


Execution on Intel® 64 Architecture Zhirkov

https://ebookmeta.com/product/low-level-programming-c-assembly-
and-program-execution-on-intel-64-architecture-zhirkov/

Raspberry Pi Assembly Language Programming 1st Edition


Stephen Smith

https://ebookmeta.com/product/raspberry-pi-assembly-language-
programming-1st-edition-stephen-smith/
Daniel Kusswurm

Modern X86 Assembly Language


Programming
Covers x86 64-bit, AVX, AVX2, and AVX-
512
2nd ed.
Daniel Kusswurm
Geneva, IL, USA

Any source code or other supplementary material referenced by the


author in this book is available to readers on GitHub via the book’s
product page, located at www.apress.com/9781484240625 . For
more detailed information, please visit
http://www.apress.com/source-code .

ISBN 978-1-4842-4062-5 e-ISBN 978-1-4842-4063-2


https://doi.org/10.1007/978-1-4842-4063-2

Library of Congress Control Number: 2018964262

© Daniel Kusswurm 2018

Standard Apress

Trademarked names, logos, and images may appear in this book. Rather
than use a trademark symbol with every occurrence of a trademarked
name, logo, or image we use the names, logos, and images only in an
editorial fashion and to the benefit of the trademark owner, with no
intention of infringement of the trademark. The use in this publication
of trade names, trademarks, service marks, and similar terms, even if
they are not identified as such, is not to be taken as an expression of
opinion as to whether or not they are subject to proprietary rights.

While the advice and information in this book are believed to be true
and accurate at the date of publication, neither the authors nor the
editors nor the publisher can accept any legal responsibility for any
errors or omissions that may be made. The publisher makes no
warranty, express or implied, with respect to the material contained
herein.
Distributed to the book trade worldwide by Springer Science+Business
Media New York, 233 Spring Street, 6th Floor, New York, NY 10013.
Phone 1-800-SPRINGER, fax (201) 348-4505, e-mail orders-
[email protected], or visit www.springeronline.com. Apress Media,
LLC is a California LLC and the sole member (owner) is Springer
Science + Business Media Finance Inc (SSBM Finance Inc). SSBM
Finance Inc is a Delaware corporation.
This book is dedicated to those individuals who suffer the ravages of
Alzheimer’s disease and their unsung compassionate caregivers.
Introduction
Since the invention of the personal computer, software developers have
used x86 assembly language to create innovative solutions for a wide
variety of algorithmic challenges. During the early days of the PC era, it
was common practice to code large portions of a program or complete
applications using x86 assembly language. Given the 21st Century
prevalence of high-level languages such as C++, C#, Java, and Python, it
may be surprising to learn that many software developers still employ
assembly language to code performance-critical sections of their
programs. And while compilers have improved remarkably over the
years in terms of generating machine code that is both spatially and
temporally efficient, situations still exist where it makes sense for a
software developer to exploit the benefits of assembly language
programming.
The single-instruction multiple-data (SIMD) architectures of
modern x86 processors provide another explanation for the continued
interest in assembly language programming. A SIMD-capable processor
contains computational resources that facilitate simultaneous
calculations using multiple data values, which can significantly improve
the performance of applications that must deliver real-time
responsiveness. SIMD architectures are also well-suited for
computationally-intense problem domains, such as image processing,
audio and video encoding, computer-aided design, computer graphics,
and data mining. Unfortunately, many high-level languages and
development tools are still unable to fully or even partially exploit the
SIMD capabilities of a modern x86 processor. Assembly language, on
the other hand, enables the software developer to take full advantage of
a processor’s SIMD resources.

Modern X86 Assembly Language Programming


Modern X86 Assembly Language Programming, Second Edition is an
edifying text about x86 64-bit (x86-64) assembly language
programming. The book’s content and organization are designed to
help you quickly understand x86-64 assembly language programming
and the computational resources of Advanced Vector Extensions (AVX).
It also contains an abundance of source code that is structured to
accelerate learning and comprehension of essential x86-64 assembly
language constructs and SIMD programming concepts. After reading
and using this book, you’ll be able to code performance-enhancing
functions and algorithms using x86-64 assembly language and the AVX,
AVX2, and AVX-512 instruction sets.
Before proceeding I should explicitly mention that this book does
not cover x86-32 assembly language programming. It also doesn’t
discuss legacy x86 technologies such as the x87 floating-point unit,
MMX, and Streaming SIMD Extensions. The first edition remains
relevant if you’re interested in learning about these topics. This book
does not explain x86 architectural features or privileged instructions
that are used in operating systems. However, you will need to
thoroughly understand the material that’s presented in this book to
develop x86 assembly language code for use in an operating system.
While it is still theoretically possible to write an entire application
program using assembly language, the demanding requirements of
contemporary software development make such an approach
impractical and ill advised. Instead, this book concentrates on coding
x86-64 assembly language functions that are callable from C++. Each
source code example was created using Microsoft Visual Studio C++ and
Microsoft Macro Assembler (MASM).

Target Audience
The target audience for this book is software developers, including:
Software developers who are creating application programs for
Windows-based platforms and want to learn how to write
performance-enhancing algorithms and functions using x86-64
assembly language
Software developers who are creating application programs for non-
Windows environments and want to learn x86-64 assembly language
programming
Software developers who want to learn how to create SIMD
calculating functions using the AVX, AVX2, and AVX-512 instruction
sets
Software developers and computer science students who want or
need to gain a better understanding of the x86-64 platform and its
SIMD architecture
The principal audience for Modern X86 Assembly Language
Programming, Second Edition is Windows software developers, since
the source code examples were developed using Visual Studio C++ and
MASM. Software developers who are targeting non-Windows platforms
can also benefit from this book since most of the informative content is
organized and communicated independent of any specific operating
system. It is assumed that readers of this book will have previous high-
level language programming experience and a basic understanding of
C++. Familiarity with Visual Studio or Windows programming is not
necessary.

Content Overview
The primary objective of this book is to help you learn x86 64-bit
assembly language programming along with AVX, AVX2, and AVX-512.
The book’s chapters and content are structured to achieve this goal.
Here’s a brief overview of what you can expect to learn.
Chapter 1 covers the core architecture of the x86-64 platform. It
includes a discussion of the platform’s fundamental data types, internal
architecture, register sets, instruction operands, and memory
addressing modes. This chapter also describes the core x86-64
instruction set. Chapters 2 and 3 explain the fundamentals of x86-64
assembly language programming using the core instruction set and
common programming constructs, including arrays and structures. The
source code examples presented in these (and subsequent) chapters
are packaged as working programs, which means that you can run,
modify, or otherwise experiment with the code to enhance your
learning experience.
Chapter 4 focuses on the architectural resources of AVX including its
register sets, data types, and instruction set. Chapter 5 explains how to
use the AVX instruction set to perform scalar floating-point arithmetic
using both single-precision and double-precision values. Chapters 6
and 7 illustrate AVX SIMD programming using packed floating-point
and packed integer operands.
Chapter 8 introduces AVX2 and explores its enhanced capabilities
including data broadcasts, gathers, and permutes. It also explains
fused-multiply-add (FMA) operations. Chapters 9 and 10 contain
source code examples that exemplify a variety of computational
algorithms using AVX2 with packed floating-point and packed integer
operands. Chapter 11 includes source code examples that demonstrate
FMA programming. This chapter also covers examples that explicate
recent x86 platform extensions using the general-purpose registers.
Chapter 12 delves into the architectural details of AVX-512. This
chapter describes AVX-512’s register sets and data types. It also
elucidates pivotal AVX-512 enhancements including conditional
execution and merging, embedded broadcast operations, and
instruction-level rounding. Chapters 13 and 14 contain numerous
source code examples that demonstrate how to exploit these advanced
features.
Chapter 15 presents an overview of a modern x86 multi-core
processor and its underlying microarchitecture. This chapter also
outlines specific coding strategies and techniques that can be used to
boost the performance of x86 assembly language code. Chapter 16
reviews several source code examples that illustrate advanced x86
assembly language programming techniques including processor
feature detection, accelerated memory accesses, and multithreaded
computations.
Appendix A describes how to execute the source code examples
using Visual Studio and MASM. It also includes a list of references and
resources that you can consult for more information about x86
assembly language programming.

Source Code
Source code download information for this book is available on the
Apress website at
https://www.apress.com/us/book/9781484240625 . For
each chapter, there is a ZIP file that contains the C++ and assembly
language source code files along with the Visual Studio project files.
There is no setup or install program to run. You can simply extract the
contents of a chapter ZIP file into a folder of your own choosing.
Caution The sole purpose of the source code is to elucidate
programming examples that are directly related to the topics
discussed in this book. Minimal attention is given to essential
software engineering concerns such as robust error handling,
security risks, numerical stability, rounding errors, or ill-conditioned
functions. You are responsible for addressing these issues should
you decide to use any of the source code in your own programs.

The source code examples were created using Visual Studio


Professional 2017 (version 15.7.1) on a PC running Windows 10 Pro
64-bit. The Visual Studio website (
https://visualstudio.microsoft.com ) contains more
information about this and the other editions of Visual Studio.
Technical details regarding Visual Studio installation, configuration, and
application program development are available at
https://docs.microsoft.com/en-us/visualstudio/?
view=vs-2017 .
The recommended hardware platform for running the source code
examples is an x86-based PC with Windows 10 64-bit and a processor
that supports AVX. An AVX2 or AVX-512 compatible processor is
required to run the source code examples that employ these instruction
sets. You can use one of freely available utilities listed in Appendix A to
determine which x86-AVX instruction set extensions your PC supports.

Additional Resources
An extensive set of x86-related programming documentation is
available from both AMD and Intel. Appendix A lists several important
resources that both aspiring and experienced x86 assembly language
programmers will find useful. Of all the resources listed Appendix A,
the most valuable reference is Volume 2 of Intel 64 and IA-32
Architectures Software Developer’s Manual - Combined Volumes: 1, 2A,
2B, 2C, 2D, 3A, 3B, 3C, 3D, and 4 (
https://www.intel.com/content/www/us/en/processors
/architectures-software-developer-manuals.html ). This
tome contains comprehensive programming information for every x86
processor instruction including detailed operational descriptions, lists
of valid operands, affected status flags, and potential exceptions. You
are strongly encouraged to consult this indispensable resource when
developing your own x86 assembly language code to verify correct
instruction usage.
Acknowledgments
The production of a motion picture and the publication of a book are
somewhat analogous. Movie trailers extol the performances of the lead
actors. The front cover of a book trumpets the authors’ names. Actors
and authors ultimately receive public acclamation for their efforts. It is,
however, impossible to produce a movie or publish a book without the
dedication, expertise, and creativity of a professional behind-the-scenes
team. This book is no exception.
I would like to thank the talented editorial team at Apress for their
efforts especially Steve Anglin, Mark Powers, and Matthew Moodie. Paul
Cohen deserves kudos for his meticulous technical review and practical
suggestions. Proofreader Ed Kusswurm merits applause and
recognition for his hard work and constructive feedback. I accept full
responsibility for any remaining imperfections.
I would also like to thank Nirmal Selvaraj, Dulcy Nirmala, Kezia
Endsley, Dhaneesh Kumar and the entire production staff at Apress for
their contributions, and my professional colleagues for their support
and encouragement. Finally, I would like to recognize parental nodes
Armin (RIP) and Mary along with sibling nodes Mary, Tom, Ed, and John
for their inspiration during the writing of this book.
Contents
Chapter 1:​X86-64 Core Architecture
Historical Overview
Data Types
Fundamental Data Types
Numerical Data Types
SIMD Data Types
Miscellaneous Data Types
Internal Architecture
General-Purpose Registers
RFLAGS Register
Instruction Pointer
Instruction Operands
Memory Addressing
Differences Between x86-64 and x86-32 Programming
Invalid Instructions
Deprecated Instructions
Instruction Set Overview
Summary
Chapter 2:​X86-64 Core Programming – Part 1
Simple Integer Arithmetic
Addition and Subtraction
Logical Operations
Shift Operations
Advanced Integer Arithmetic
Multiplication and Division
Calculations Using Mixed Types
Memory Addressing and Condition Codes
Memory Addressing Modes
Condition Codes
Summary
Chapter 3:​X86-64 Core Programming – Part 2
Arrays
One-Dimensional Arrays
Two-Dimensional Arrays
Structures
Strings
Counting Characters
String Concatenation
Comparing Arrays
Array Reversal
Summary
Chapter 4:​Advanced Vector Extensions
AVX Overview
SIMD Programming Concepts
Wraparound vs.​Saturated Arithmetic
AVX Execution Environment
Register Set
Data Types
Instruction Syntax
AVX Scalar Floating-Point
Floating-Point Programming Concepts
Scalar Floating-Point Register Set
Control-Status Register
Instruction Set Overview
AVX Packed Floating-Point
Instruction Set Overview
AVX Packed Integer
Instruction Set Overview
Differences Between x86-AVX and x86-SSE
Summary
Chapter 5:​AVX Programming – Scalar Floating-Point
Scalar Floating-Point Arithmetic
Single-Precision Floating-Point
Double-Precision Floating-Point
Scalar Floating-Point Compares and Conversions
Floating-Point Compares
Floating-Point Conversions
Scalar Floating-Point Arrays and Matrices
Floating-Point Arrays
Floating-Point Matrices
Calling Convention
Basic Stack Frames
Using Non-Volatile General-Purpose Registers
Using Non-Volatile XMM Registers
Macros for Prologs and Epilogs
Summary
Another random document with
no related content on Scribd:
PLEASE READ THIS BEFORE YOU DISTRIBUTE OR USE THIS WORK

To protect the Project Gutenberg™ mission of promoting the free


distribution of electronic works, by using or distributing this work (or
any other work associated in any way with the phrase “Project
Gutenberg”), you agree to comply with all the terms of the Full
Project Gutenberg™ License available with this file or online at
www.gutenberg.org/license.

Section 1. General Terms of Use and


Redistributing Project Gutenberg™
electronic works
1.A. By reading or using any part of this Project Gutenberg™
electronic work, you indicate that you have read, understand, agree
to and accept all the terms of this license and intellectual property
(trademark/copyright) agreement. If you do not agree to abide by all
the terms of this agreement, you must cease using and return or
destroy all copies of Project Gutenberg™ electronic works in your
possession. If you paid a fee for obtaining a copy of or access to a
Project Gutenberg™ electronic work and you do not agree to be
bound by the terms of this agreement, you may obtain a refund
from the person or entity to whom you paid the fee as set forth in
paragraph 1.E.8.

1.B. “Project Gutenberg” is a registered trademark. It may only be


used on or associated in any way with an electronic work by people
who agree to be bound by the terms of this agreement. There are a
few things that you can do with most Project Gutenberg™ electronic
works even without complying with the full terms of this agreement.
See paragraph 1.C below. There are a lot of things you can do with
Project Gutenberg™ electronic works if you follow the terms of this
agreement and help preserve free future access to Project
Gutenberg™ electronic works. See paragraph 1.E below.
1.C. The Project Gutenberg Literary Archive Foundation (“the
Foundation” or PGLAF), owns a compilation copyright in the
collection of Project Gutenberg™ electronic works. Nearly all the
individual works in the collection are in the public domain in the
United States. If an individual work is unprotected by copyright law
in the United States and you are located in the United States, we do
not claim a right to prevent you from copying, distributing,
performing, displaying or creating derivative works based on the
work as long as all references to Project Gutenberg are removed. Of
course, we hope that you will support the Project Gutenberg™
mission of promoting free access to electronic works by freely
sharing Project Gutenberg™ works in compliance with the terms of
this agreement for keeping the Project Gutenberg™ name associated
with the work. You can easily comply with the terms of this
agreement by keeping this work in the same format with its attached
full Project Gutenberg™ License when you share it without charge
with others.

1.D. The copyright laws of the place where you are located also
govern what you can do with this work. Copyright laws in most
countries are in a constant state of change. If you are outside the
United States, check the laws of your country in addition to the
terms of this agreement before downloading, copying, displaying,
performing, distributing or creating derivative works based on this
work or any other Project Gutenberg™ work. The Foundation makes
no representations concerning the copyright status of any work in
any country other than the United States.

1.E. Unless you have removed all references to Project Gutenberg:

1.E.1. The following sentence, with active links to, or other


immediate access to, the full Project Gutenberg™ License must
appear prominently whenever any copy of a Project Gutenberg™
work (any work on which the phrase “Project Gutenberg” appears,
or with which the phrase “Project Gutenberg” is associated) is
accessed, displayed, performed, viewed, copied or distributed:
This eBook is for the use of anyone anywhere in the United
States and most other parts of the world at no cost and with
almost no restrictions whatsoever. You may copy it, give it away
or re-use it under the terms of the Project Gutenberg License
included with this eBook or online at www.gutenberg.org. If you
are not located in the United States, you will have to check the
laws of the country where you are located before using this
eBook.

1.E.2. If an individual Project Gutenberg™ electronic work is derived


from texts not protected by U.S. copyright law (does not contain a
notice indicating that it is posted with permission of the copyright
holder), the work can be copied and distributed to anyone in the
United States without paying any fees or charges. If you are
redistributing or providing access to a work with the phrase “Project
Gutenberg” associated with or appearing on the work, you must
comply either with the requirements of paragraphs 1.E.1 through
1.E.7 or obtain permission for the use of the work and the Project
Gutenberg™ trademark as set forth in paragraphs 1.E.8 or 1.E.9.

1.E.3. If an individual Project Gutenberg™ electronic work is posted


with the permission of the copyright holder, your use and distribution
must comply with both paragraphs 1.E.1 through 1.E.7 and any
additional terms imposed by the copyright holder. Additional terms
will be linked to the Project Gutenberg™ License for all works posted
with the permission of the copyright holder found at the beginning
of this work.

1.E.4. Do not unlink or detach or remove the full Project


Gutenberg™ License terms from this work, or any files containing a
part of this work or any other work associated with Project
Gutenberg™.

1.E.5. Do not copy, display, perform, distribute or redistribute this


electronic work, or any part of this electronic work, without
prominently displaying the sentence set forth in paragraph 1.E.1
with active links or immediate access to the full terms of the Project
Gutenberg™ License.

1.E.6. You may convert to and distribute this work in any binary,
compressed, marked up, nonproprietary or proprietary form,
including any word processing or hypertext form. However, if you
provide access to or distribute copies of a Project Gutenberg™ work
in a format other than “Plain Vanilla ASCII” or other format used in
the official version posted on the official Project Gutenberg™ website
(www.gutenberg.org), you must, at no additional cost, fee or
expense to the user, provide a copy, a means of exporting a copy, or
a means of obtaining a copy upon request, of the work in its original
“Plain Vanilla ASCII” or other form. Any alternate format must
include the full Project Gutenberg™ License as specified in
paragraph 1.E.1.

1.E.7. Do not charge a fee for access to, viewing, displaying,


performing, copying or distributing any Project Gutenberg™ works
unless you comply with paragraph 1.E.8 or 1.E.9.

1.E.8. You may charge a reasonable fee for copies of or providing


access to or distributing Project Gutenberg™ electronic works
provided that:

• You pay a royalty fee of 20% of the gross profits you derive
from the use of Project Gutenberg™ works calculated using the
method you already use to calculate your applicable taxes. The
fee is owed to the owner of the Project Gutenberg™ trademark,
but he has agreed to donate royalties under this paragraph to
the Project Gutenberg Literary Archive Foundation. Royalty
payments must be paid within 60 days following each date on
which you prepare (or are legally required to prepare) your
periodic tax returns. Royalty payments should be clearly marked
as such and sent to the Project Gutenberg Literary Archive
Foundation at the address specified in Section 4, “Information
about donations to the Project Gutenberg Literary Archive
Foundation.”

• You provide a full refund of any money paid by a user who


notifies you in writing (or by e-mail) within 30 days of receipt
that s/he does not agree to the terms of the full Project
Gutenberg™ License. You must require such a user to return or
destroy all copies of the works possessed in a physical medium
and discontinue all use of and all access to other copies of
Project Gutenberg™ works.

• You provide, in accordance with paragraph 1.F.3, a full refund of


any money paid for a work or a replacement copy, if a defect in
the electronic work is discovered and reported to you within 90
days of receipt of the work.

• You comply with all other terms of this agreement for free
distribution of Project Gutenberg™ works.

1.E.9. If you wish to charge a fee or distribute a Project Gutenberg™


electronic work or group of works on different terms than are set
forth in this agreement, you must obtain permission in writing from
the Project Gutenberg Literary Archive Foundation, the manager of
the Project Gutenberg™ trademark. Contact the Foundation as set
forth in Section 3 below.

1.F.

1.F.1. Project Gutenberg volunteers and employees expend


considerable effort to identify, do copyright research on, transcribe
and proofread works not protected by U.S. copyright law in creating
the Project Gutenberg™ collection. Despite these efforts, Project
Gutenberg™ electronic works, and the medium on which they may
be stored, may contain “Defects,” such as, but not limited to,
incomplete, inaccurate or corrupt data, transcription errors, a
copyright or other intellectual property infringement, a defective or
damaged disk or other medium, a computer virus, or computer
codes that damage or cannot be read by your equipment.

1.F.2. LIMITED WARRANTY, DISCLAIMER OF DAMAGES - Except for


the “Right of Replacement or Refund” described in paragraph 1.F.3,
the Project Gutenberg Literary Archive Foundation, the owner of the
Project Gutenberg™ trademark, and any other party distributing a
Project Gutenberg™ electronic work under this agreement, disclaim
all liability to you for damages, costs and expenses, including legal
fees. YOU AGREE THAT YOU HAVE NO REMEDIES FOR
NEGLIGENCE, STRICT LIABILITY, BREACH OF WARRANTY OR
BREACH OF CONTRACT EXCEPT THOSE PROVIDED IN PARAGRAPH
1.F.3. YOU AGREE THAT THE FOUNDATION, THE TRADEMARK
OWNER, AND ANY DISTRIBUTOR UNDER THIS AGREEMENT WILL
NOT BE LIABLE TO YOU FOR ACTUAL, DIRECT, INDIRECT,
CONSEQUENTIAL, PUNITIVE OR INCIDENTAL DAMAGES EVEN IF
YOU GIVE NOTICE OF THE POSSIBILITY OF SUCH DAMAGE.

1.F.3. LIMITED RIGHT OF REPLACEMENT OR REFUND - If you


discover a defect in this electronic work within 90 days of receiving
it, you can receive a refund of the money (if any) you paid for it by
sending a written explanation to the person you received the work
from. If you received the work on a physical medium, you must
return the medium with your written explanation. The person or
entity that provided you with the defective work may elect to provide
a replacement copy in lieu of a refund. If you received the work
electronically, the person or entity providing it to you may choose to
give you a second opportunity to receive the work electronically in
lieu of a refund. If the second copy is also defective, you may
demand a refund in writing without further opportunities to fix the
problem.

1.F.4. Except for the limited right of replacement or refund set forth
in paragraph 1.F.3, this work is provided to you ‘AS-IS’, WITH NO
OTHER WARRANTIES OF ANY KIND, EXPRESS OR IMPLIED,
INCLUDING BUT NOT LIMITED TO WARRANTIES OF
MERCHANTABILITY OR FITNESS FOR ANY PURPOSE.

1.F.5. Some states do not allow disclaimers of certain implied


warranties or the exclusion or limitation of certain types of damages.
If any disclaimer or limitation set forth in this agreement violates the
law of the state applicable to this agreement, the agreement shall be
interpreted to make the maximum disclaimer or limitation permitted
by the applicable state law. The invalidity or unenforceability of any
provision of this agreement shall not void the remaining provisions.

1.F.6. INDEMNITY - You agree to indemnify and hold the Foundation,


the trademark owner, any agent or employee of the Foundation,
anyone providing copies of Project Gutenberg™ electronic works in
accordance with this agreement, and any volunteers associated with
the production, promotion and distribution of Project Gutenberg™
electronic works, harmless from all liability, costs and expenses,
including legal fees, that arise directly or indirectly from any of the
following which you do or cause to occur: (a) distribution of this or
any Project Gutenberg™ work, (b) alteration, modification, or
additions or deletions to any Project Gutenberg™ work, and (c) any
Defect you cause.

Section 2. Information about the Mission


of Project Gutenberg™
Project Gutenberg™ is synonymous with the free distribution of
electronic works in formats readable by the widest variety of
computers including obsolete, old, middle-aged and new computers.
It exists because of the efforts of hundreds of volunteers and
donations from people in all walks of life.

Volunteers and financial support to provide volunteers with the


assistance they need are critical to reaching Project Gutenberg™’s
goals and ensuring that the Project Gutenberg™ collection will
remain freely available for generations to come. In 2001, the Project
Gutenberg Literary Archive Foundation was created to provide a
secure and permanent future for Project Gutenberg™ and future
generations. To learn more about the Project Gutenberg Literary
Archive Foundation and how your efforts and donations can help,
see Sections 3 and 4 and the Foundation information page at
www.gutenberg.org.

Section 3. Information about the Project


Gutenberg Literary Archive Foundation
The Project Gutenberg Literary Archive Foundation is a non-profit
501(c)(3) educational corporation organized under the laws of the
state of Mississippi and granted tax exempt status by the Internal
Revenue Service. The Foundation’s EIN or federal tax identification
number is 64-6221541. Contributions to the Project Gutenberg
Literary Archive Foundation are tax deductible to the full extent
permitted by U.S. federal laws and your state’s laws.

The Foundation’s business office is located at 809 North 1500 West,


Salt Lake City, UT 84116, (801) 596-1887. Email contact links and up
to date contact information can be found at the Foundation’s website
and official page at www.gutenberg.org/contact

Section 4. Information about Donations to


the Project Gutenberg Literary Archive
Foundation
Project Gutenberg™ depends upon and cannot survive without
widespread public support and donations to carry out its mission of
increasing the number of public domain and licensed works that can
be freely distributed in machine-readable form accessible by the
widest array of equipment including outdated equipment. Many
small donations ($1 to $5,000) are particularly important to
maintaining tax exempt status with the IRS.

The Foundation is committed to complying with the laws regulating


charities and charitable donations in all 50 states of the United
States. Compliance requirements are not uniform and it takes a
considerable effort, much paperwork and many fees to meet and
keep up with these requirements. We do not solicit donations in
locations where we have not received written confirmation of
compliance. To SEND DONATIONS or determine the status of
compliance for any particular state visit www.gutenberg.org/donate.

While we cannot and do not solicit contributions from states where


we have not met the solicitation requirements, we know of no
prohibition against accepting unsolicited donations from donors in
such states who approach us with offers to donate.

International donations are gratefully accepted, but we cannot make


any statements concerning tax treatment of donations received from
outside the United States. U.S. laws alone swamp our small staff.

Please check the Project Gutenberg web pages for current donation
methods and addresses. Donations are accepted in a number of
other ways including checks, online payments and credit card
donations. To donate, please visit: www.gutenberg.org/donate.

Section 5. General Information About


Project Gutenberg™ electronic works
Professor Michael S. Hart was the originator of the Project
Gutenberg™ concept of a library of electronic works that could be
freely shared with anyone. For forty years, he produced and
distributed Project Gutenberg™ eBooks with only a loose network of
volunteer support.
Project Gutenberg™ eBooks are often created from several printed
editions, all of which are confirmed as not protected by copyright in
the U.S. unless a copyright notice is included. Thus, we do not
necessarily keep eBooks in compliance with any particular paper
edition.

Most people start at our website which has the main PG search
facility: www.gutenberg.org.

This website includes information about Project Gutenberg™,


including how to make donations to the Project Gutenberg Literary
Archive Foundation, how to help produce our new eBooks, and how
to subscribe to our email newsletter to hear about new eBooks.

You might also like