文档介绍:Programming from the Ground Up
Jonathan Bartlett
Edited by
Dominick Bruno, Jr.
Programming from the Ground Up
by Jonathan Bartlett
Edited by Dominick Bruno, Jr.
Copyright © 2003 by Jonathan Bartlett
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation
License, Version or any later version published by the Free Software Foundation; with no Invariant Sections, with no
Front-Cover Texts, and with no Back-Cover Texts. A copy of the license is included in Appendix H. In addition, you are
granted full rights to use the code examples for any purpose without even having to credit the authors.
This book can be purchased in paperback at /
This book is not a reference book, it is an introductory book. It is therefore not suitable by itself to learn how to
professionally program in x86 assembly language, as some details have been left out to make the learning process
smoother. The point of the book is to help the student understand how assembly language puter programming
works, not to be a definitive reference to the subject.
To receive a copy of this book in electronic form, please visit the website http://savannah./projects/pgubook/
This site contains the instructions for downloading a transparent copy (as defined by the GNU FDL) of this book.
Table of Contents
1. Introduction................................................................................................................................1
e to Programming .......................................................................................................1
Your Tools................................................................................................................................2
2. Computer Architecture .............................................................................................................5
Structure puter Memory....................................................................