Limit search to available items
Book Cover
E-book
Author Margush, Timothy S., author.

Title Some assembly required : assembly language programming with the AVR microcontroller / Timothy S. Margush
Published Boca Raton, FL : CRC Press, [2012]
©2012

Copies

Description 1 online resource (xxix, 592 pages) : illustrations
Contents Ch. 1. Computer systems -- ch. 2. The Atmel AVR microcontroller family -- ch. 3. Assembly language -- ch. 4. Integer data representation -- ch. 5. AVR core : startup, reset, and memories -- ch. 6. The stack and function calls -- ch. 7. Serial communications using the universal synchronous and asynchronous serial receiver and transmitter -- ch. 8. Logical operations -- ch. 9. Control structures -- ch. 10. Interrupts -- ch. 11. Arithmetic operations -- ch. 12. Arrays -- ch. 13. Real numbers -- ch. 14. Programming the AVR in C
Summary "Introduction What is Assembly Language? The functionality of every computer system is centered on a processor. The processor is responsible for controlling most aspects of the computer system. Its name indicates its function; processing data, performing arithmetic and logical operations, storing and retrieving information, and communicating with or controlling peripheral devices. Every processor has its own native language, called machine language. These are the processing instructions that are unique to each processor. Machine language instructions are simply binary codes that are interpreted by the processor's hardware and converted to a sequence of electrical signals that alter the state of the computer system. Machine language programming is accomplished by carefully devising sequences of bits, usually organized into bytes or words that need to be placed in appropriate memory locations before execution begins. Programming at the machine language level requires knowledge of what is called the Instruction Set Architecture of the processor. This level of the processor's design is realized by an even lower level, called the microarchitecture. In some cases, the microarchitecture level is implemented using even more primitive instructions called microcode. The Instruction Set Architecture of a processor includes its instruction set and the system components the instructions directly or indirectly affect. These components include registers, memory, addressing, interrupts, exceptions, and even the primitive data types that can be manipulated by the instructions. For each particular machine language, an Assembly Language can be designed to aid a programmer in the process of writing a machine language program. Assembly Language is a plain text expression of a machine"-- Provided by publisher
Notes "A Chapman & Hall book."
Bibliography Includes bibliographical references and index
Notes Print version record
Subject Atmel AVR microcontroller -- Programming
Assembly languages (Electronic computers)
Microcontrollers -- Programming
COMPUTERS -- Systems Architecture -- General.
COMPUTERS -- Programming Languages -- General.
COMPUTERS -- Computer Engineering.
Assembly languages (Electronic computers)
Microcontrollers -- Programming
Genre/Form Electronic book
Form Electronic book
LC no. 2011031716
ISBN 9781466501805
1466501804
9781439897010
1439897018
9781439896242
1439896240
9781439897003
143989700X
1439820643
9781439820643
9780429086175
0429086172
Other Titles Assembly language programming with the AVR microcontroller