== Objectives== * Write C-code from disassembled x84-64 assembly code that includes control and arrays * Write x84-64 code from C-code that includes primitive types and arrays * Demonstrate how arrays are represented in memory and manipulated with x86-64 assembly code == Problems == # 3.64 # 3.68 # 3.69 Suggested Practice Problems: 3.61, 3.62, 3.65