Overview

We’re continuing our journey through assembly with some more complex elements, including thinking more about condition codes, arrays, and structs!

Basic Learning Objectives

Before class, you should be able to:

  • Identify when each condition code would be set to 1
  • Explain how arrays and structs show up in assembly

Advanced Learning Objectives

After class, you should be able to:

  • Predict the result of assembly code using condition codes
  • Interpret assembly code that uses structs and arrays

Resources

Read the following:

Checks

Submit one to two sentences to the following question:

  • If you were looking at assembly code (like when trying to escape a zoo for example), how could you tell if you were working with an array or a struct?