Ask Question
6 January, 15:02

True / False

Absolute branching makes creation of relocatable programs more difficult.

+2
Answers (1)
  1. 6 January, 16:49
    0
    True

    Explanation:

    Absolute branching means that you specify the absolute address of the branch target as part of the code. Since the addressing is absolute, it makes program relocation more difficult. Relocating the program will involve making explicit changes to the absolute address of the branch target. A better approach is use relocatable code involving relative addresses which can be loaded at any memory location.
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “True / False Absolute branching makes creation of relocatable programs more difficult. ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers