Some Assembly Required: Assembly Language Programming with the AVR Microcontroller
Autor Timothy S. Margushen Limba Engleză Hardback – 5 aug 2011
The text illustrates fundamental computer architecture and programming structures using AVR assembly language. It employs the core AVR 8-bit RISC microcontroller architecture and a limited collection of external devices, such as push buttons, LEDs, and serial communications, to describe control structures, memory use and allocation, stacks, and I/O. Each chapter contains numerous examples and exercises, including programming problems.
By studying assembly languages, computer scientists gain an understanding of the functionality of basic processors and how their capabilities support high level languages and applications. Exploring this connection between hardware and software, this book provides a foundation for understanding compilers, linkers, loaders, and operating systems in addition to the processors themselves.
Preț: 770.97 lei
Preț vechi: 963.72 lei
-20% Nou
Puncte Express: 1156
Preț estimativ în valută:
147.60€ • 153.42$ • 122.37£
147.60€ • 153.42$ • 122.37£
Carte tipărită la comandă
Livrare economică 08-22 februarie 25
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9781439820643
ISBN-10: 1439820643
Pagini: 644
Ilustrații: 128 black & white illustrations, 57 black & white tables
Dimensiuni: 156 x 234 x 36 mm
Greutate: 1.1 kg
Ediția:1
Editura: CRC Press
Colecția CRC Press
ISBN-10: 1439820643
Pagini: 644
Ilustrații: 128 black & white illustrations, 57 black & white tables
Dimensiuni: 156 x 234 x 36 mm
Greutate: 1.1 kg
Ediția:1
Editura: CRC Press
Colecția CRC Press
Public țintă
Undergraduate students in assembly language programming, computer organization, embedded systems, and real-time systems; computer scientists and computer engineers.Cuprins
Introduction. Computer Systems. The Atmel AVR Microcontroller Family. Assembly Language. Integer Data Representation. AVR Core: Startup, Reset, and Memories. The Stack and Function Calls. Serial Communications Using the Universal Synchronous and Asynchronous Serial Receiver and Transmitter. Logical Operations. Control Structures. Interrupts. Arithmetic Operations. Arrays. Real Numbers. Programming the AVR in C. Appendix. Index.
Notă biografică
Timothy S. Margush, Ph.D., was an associate professor of computer science at the University of Akron. For over 30 years, he taught courses in mathematics and computer science, including many on assembly language programming using a variety of hardware platforms.
Descriere
A comprehensive treatment of assembly language programming and computer organization, this text teaches the basic system capabilities of 8-bit AVR microcontrollers. It provides a foundation for understanding compilers, linkers, loaders, and operating systems in addition to the processors themselves. The book covers function call mechanisms and parameter passing techniques, explains how to use the XPLAIN Evaluation Kit, and describes data representation for integers, floating point, and character data. Along with many examples to illustrate the assembly language concepts, each chapter includes standard questions and programming exercises.