Interpreters do the same job as compilers except one line at a time (executing as they go)
2 of 8
What do assemblers do?
Assemblers turn assembly language into machine code.
3 of 8
What is assembly language?
Aseembly language is a more convinent way of writing machine code. It uses mnemonics to represent possible machine operations (its specific to a processor)
4 of 8
What do linkers do?
Linkers combine the object codes (which are source code after compiling) to form the complete application
Comments
No comments have yet been made