Ques:- What is the role of the assembler, linker, and loader in ARM compilation
Asked In :-
Ziffity Solutions, Solitaire Infosys, ISKPRO, Adnate IT Solutions, Manipal Technologies, Adapty Solutions, Clinton Health Access Initiative, Anand Rathi IT, Everi India, ProPhoenix Technologies,
Right Answer:
The assembler converts assembly language code into machine code (object files). The linker combines object files and resolves references between them to create an executable file. The loader loads the executable into memory and prepares it for execution.
The assembler converts assembly language code into machine code (object files). The linker combines object files and resolves references between them to create an executable file. The loader loads the executable into memory and prepares it for execution.