COMPILER DESIGN

TOOLS AND TECHNIQUES FOR COMPILER DESIGN

MISCELLENOUS

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Relocatable machine code is produced by the
A
Compiler
B
Interpreter
C
Loader
D
Assembler
Explanation: 

Detailed explanation-1: -Basically, “absolute” mode means that the code and RAM variables will be placed exactly where you tell the assembler it will be, while “relocatable” means the assembler builds code chunks and specifies RAM needs that can be placed wherever the linker finds room for them.

Detailed explanation-2: -The assembler takes as its source code an assembly language program; this is also a file of ASCII characters; it used this to produce machine code. Examples of assembly language programming are provided on a separate page.

Detailed explanation-3: -An object file is a computer file containing object code, that is, machine code output of an assembler or compiler. The object code is usually relocatable, and not usually directly executable.

There is 1 question to complete.