This is an assembler. The assembly code we write is converted to an object file by this tool. ld86 This is the linker. The object code generated by as86 is converted to actual machine language code by this tool. Machine language will be in a form that 8086 understands. gcc The C compil...