This module we explore the C memory model and look at how to use AVR Assembly to access memory.

Read Chapters 10 and 11 in the course text.

| Video | Description |
| Value vs. References | This video describes what a reference is and why we need to be aware of them in our code. |
| References in Assembly | How do we handle references in assembly? |
| Global Variables | This video contains an example of how to work with global variables in assembly. |
| Arrays | The unit wraps up with an example of using arrays in assembly. |

Generated at 2022-07-20 19:49:20 +0000.
Page written by Doug Shook.