Intro to Computer Engineering

Module 8 Prep

This week we explore the basics of AVR Assembly language.

========

Text

Read Chapters 10 and 11 in the course text and Section 1 of this module’s Studio (the actual Studio activities start in section 2).

========

Videos

Video Description
Introduction to Assembly Humans write in high level languages like C, so how do computers think about code? Welcome to assembly language.
Registers How does assembly language interact with the programs we’ve been writing in C?

========

Guide to Assembly Instructions

The documentation of assembly language instructions is extensive. The full manual comprises about 190 pages. Like the Java documentation, no one actually tries to learn all of it, just the portions that are useful to the task at hand.

Generated at 2024-03-17 21:48:19 +0000.
Page written by Doug Shook.