x86 Adventures

[Part 0x3] The Flat Assembler

Hi Assemblies! This is the third chapter of x86 Assembly Adventures. In this part we are going to meet Flat Assembler (FASM), and run our very first x86 assembly programs. We will also learn how to deal with various assembly errors.

FASM is an open source assembler that we are going to use for the rest of this course.

Main topics covered in this part: