Table of Contents
    Home / Definitions / Base Address
    Networking 1 min read
    Addresses

    )An address that serves as a reference point for other addresses. For example, a base address could indicate the beginning of a program. The address of every instruction in the program could then be specified by adding an offset to the base address. For example, the address of the fifth instruction would be the base address plus 5.

    Was this Article helpful? Yes No