THE_FINAL_WORD_ON_THE_8051 THE FINAL WORD ON THE 8051
- Introduction
This is a book about the Intel 8051 microcontroller and its large family of descendants. It is intended to
give you, the reader, some new techniques for optimizing your 8051 projects and the development
process you use for those projects. It is not the purpose of this book to provide various recipes for
different types of embedded projects.
Wherever possible, I have included code examples to make the discussion clearer. There are points in
the book where projects are discussed as a means of illustrating the point of the given chapter. Much of
this code is available on the companion disk, to use it you will need to be familiar with C and 8051
assembler since this book is not intended to be a tutorial in C or 8051 a……