دوره TCM Security – Assembly 101

Assembly 101 will teach you how computers work down to the lowest level and how to write and read the human readable version of the 1s and 0s they speak in – Assembly. The course starts with an introduction on how computers perform computations using transistors, logic gates and machine code (1s and 0s), then moves on to writing your own assembly programs. Students will start writing x86-16 assembly in a beginner-friendly 8086 emulator to learn the fundamentals and then move on to writing modern x86-64 assembly.

Syllabus

  1. Intro to Computer Engineering
  2. 8086 Development Setup
  3. Registers, MOV and Interrupts
  4. Interacting With Memory
  5. Arithmetic Operations
  6. Accepting User Input
  7. Conditional Statements
  8. Loops
  9. Functions
  10. x86-16 Capstone Challenge
  11. Intro to x86-64
  12. x86-64 Functions
  13. The Cyber Mentor Coding Challenge – x86-64 Assembly Version
  14. Memory Safety

TCM Security – Assembly 101