in Compiler Design edited by
7,008 views
0 votes
0 votes

Absolute loader demands that the programmer needs to know the :

  1. start address of the available main memory

  2. total size of the program

  3. actual address of the data location

  4. absolute values of the operands used

in Compiler Design edited by
7.0k views

1 Answer

0 votes
0 votes

Absolute loader

  •  No linking and relocation needed

A is correct as in case of absolute loader the compiler assumes the starting address is from 0, (actually it always assumes that) which isn't always true. So we need to know the start address of the available main memory so that we can adjust accordingly beforehand.

A is correct.

Ref: 

3.1 Absolute Loader

2 Comments

Question asks for programmer - not compiler.
0
0

Related questions