Mahmoud El‐Gayyar / Assembly 5 We write.asm files containing ASCII (i.e., text) versions of our program MASM assembles our.asm file into a.obj file – unlinked, Intel32 binary code All the.obj files are linked to create an executable – a.exe file The.e