CS208 Introduction to Computer Systems Friday, 10 Feb 2023 + Things to keep in mind - Assembly architecture registers + memory - Sizes of things - Addresses vs. the things they address (Pointers vs. the things they point to) - Understand at levels: - one instruction - clusters of instructions - what would this look like in C? - where are my function parameters? - where are my local variables? - what happens on a function call? + Questions + Work time