Ask Question
6 September, 08:28

True / False

Absolute branching makes creation of relocatable programs more difficult.

+5
Answers (1)
  1. 6 September, 09:22
    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 and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers