difference between assembler and compiler
Answers
Answered by
2
compiler correct program once at all
Answered by
2
An interpreter continues translating the program until the first error is met, in which case it stops. Hence debugging is easy. An assembler can be considered a special type of compiler, which only translatesAssembly language to machine code. Interpreters are tools that execute instruction written in some language.
Similar questions