Ask Question
30 December, 22:48

True / False

Absolute branching makes creation of relocatable programs more difficult.

+2
Answers (1)
  1. 30 December, 23:15
    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?
Find an answer to your question 👍 “True / False Absolute branching makes creation of relocatable programs more difficult. ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers