1. Course description This course provides students with basic knowledge of Computer Architecture, those attributes that have direct impact on the logical execution of a program, the operational units and their interconnection that realize the architectural specifications, memory organization, addressing modes. understanding the stack frame when an assembly code is called from the high-level language program. This course is also to provide a comprehensive introduction to programming in assembly language of x86-64 processors. The students will learn how a stack frame is organized when an assembly code is called from the high-level language program. They will learn how to debug an executable file with gdb. 2. Syllabus Link to syllabus 3. References - Lecture notes : Nguyễn Đăng Quang, Computer Architecture and Assembly language, 2017 - References: 1. William Stallings, Computer Organization and Architecture, 9th Edition, Pearson Education, Prentice-Hall, 2013, ISBN -13:...