Some assembly required : assembly language programming with the AVR microcontroller /
"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, stori...
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Boca Raton, FL :
CRC Press,
[2012]
|
Temas: | |
Acceso en línea: | Texto completo (Requiere registro previo con correo institucional) |
Tabla de Contenidos:
- 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.