Compilers, Assemblers, Linkers and Loaders – what are they?
User writes a program in C or C++ language (high-level language). The C compiler compiles the program and translates it to an assembly program (low-level language). An assembler then translates the assembly program into machine code (object). A linker tool is used to link all the parts of the program together for execution (executable machine […]
Compilers, Assemblers, Linkers and Loaders – what are they? Read More »